COLOR #333AAE

HEX: #333AAE
RGB: (51,58,174)

Color info

#333AAE contains mainly blue color. Web safe color of #333AAE is #333399 (or #339).

RGB color model

#333AAE color RGB value is (51,58,174).

  • red value is 51;
  • green value is 58;
  • blue value is 174.
RGB:
(51,58,174)
(20%,23%,68%)

RGB channels and saturation

R 51 of 255 = 20%
G 58 of 255 = 23%
B 174 of 255 = 68%

51
58
174

R + G + B ~ 37%. #333AAE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 58 + 174 = 283 (100%)
R 51 of 283 ~ 18.02%
G 58 of 283 ~ 20.49%
B 174 of 283 ~ 61.48%

%18.02
%20.49
%61.48

CMYK color model

#333AAE color CMYK value is (71,67,0,32).

  • cyan value is 70.69%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(71,67,0,32)
C71M67Y0K32 
(71%,67%,0%,32%)
(0.71/0.67/0.00/0.32)	

CMYK percentages

%70.69
%66.67
%0
%31.76

Codes

Color #333AAE in popluar color models

333AAE
RGB5158174
HSL237°54.67%44.12%
HSB/HSV237°70.69%68.24%
CMYK70.69%66.67%0.00%
31.76%

Color #333AAE in popluar number systems.

HEX333AAE
Decimal5158174
Binary11001111101010101110
Octal6372256

Shades and tints

Shades of #333AAE

#333AAE
(51,58,174)
#2F359F
(47,53,159)
#2B3090
(43,48,144)
#272B81
(39,43,129)
#232672
(35,38,114)
#1F2163
(31,33,99)
#1B1C54
(27,28,84)
#171745
(23,23,69)
#131236
(19,18,54)
#0F0D27
(15,13,39)
#0B0818
(11,8,24)
#000000
(0,0,0)

Tints of #333AAE

#333AAE
(51,58,174)
#454BB5
(69,75,181)
#575CBC
(87,92,188)
#696DC3
(105,109,195)
#7B7ECA
(123,126,202)
#8D8FD1
(141,143,209)
#9FA0D8
(159,160,216)
#B1B1DF
(177,177,223)
#C3C2E6
(195,194,230)
#D5D3ED
(213,211,237)
#E7E4F4
(231,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333AAE color. Also use rgb(51,58,174) instead hex code.

Text Font Color

.myTextColor { color: #333AAE; }

<p style="color:#333AAE">This sample text font color is #333AAE.</p>

This text font color is #333AAE.


Background Color

.myBgColor { background-color: #333AAE; }

<div style="background-color:#333AAE">Inner text</div>

This div background color is #333AAE.


Border color

.myBorderColor { border: 1px solid #333AAE; }

<div style="border:3px solid #333AAE">Div</div>

This div border color is #333AAE.


Opacity

.myOpacity80 { color: #333AAE; opacity: 0.8; }

<p style="color:#333AAE;opacity:0.8;">80%</p>

Text with #333AAE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #333AAE;}

<p style="text-shadow: 3px 3px 1px #333AAE">Text here.</p>

This text has shadow with #333AAE color.

.textShadow {text-shadow: 3px 3px 1px #333AAE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #333AAE, 5px 5px 20px red">Text here.</p>

This text has shadow with #333AAE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#333AAE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#333AAE, Direction=45, Strength=4)">Text</p>

This text has shadow with #333AAE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #333AAE;
  -webkit-box-shadow:	1px 1px 3px 2px #333AAE;
  box-shadow:		1px 1px 3px 2px #333AAE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #333AAE;
-webkit-box-shadow: 1px 1px 3px 2px #333AAE;
box-shadow:1px 1px 3px 2px #333AAE;">
Div content here</div>
This div box has shadow with color #333AAE.

Preview

Color preview on black background

This text has color #333AAE on black background.


Color preview on white background

This text has color #333AAE on white background.



Black color preview on #333AAE background

This text has black color on #333AAE background.


White color preview on #333AAE background

This text has white color on #333AAE background.