COLOR #333FA9

HEX: #333FA9 RGB: (51,63,169)

Color info

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

RGB color model

#333FA9 color RGB value is (51,63,169).

RGB: (51,63,169) (20%, 25%, 66%)

RGB channels and saturation

R 51 of 255 = 20%
G 63 of 255 = 25%
B 169 of 255 = 66%

51
63
169

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

Portions of RGB colors in percentages

R + G + B = 51 + 63 + 169 = 283 (100%)
R 51 of 283 ~ 18.02%
G 63 of 283 ~ 22.26%
B 169 of 283 ~ 59.72'%

%18.02
%22.26
%59.72

CMYK color model

#333FA9 color CMYK value is (70,63,0,34).

  • cyan value is 69.82%
  • magenta value is 62.72%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (70,63,0,34)
C70M63Y0K34 (70%, 63%, 0%, 34%)
(0.70 / 0.63 / 0.00 / 0.34)

CMYK percentages

%69.82
%62.72
%0
%33.73

Codes

Color #333FA9 in popluar color models

33 3F A9
RGB 51 63 169
HSL 234° 53.64% 43.14%
HSB/HSV 234° 69.82% 66.27%
CMYK 69.82% 62.72% 0.00%
33.73%

Color #333FA9 in popluar number systems.

HEX 33 3F A9
Decimal 51 63 169
Binary 110011 111111 10101001
Octal 63 77 251

Shades and tints

Shades of #333FA9

#333FA9
(51,63,169)
#2F3A9A
(47,58,154)
#2B358B
(43,53,139)
#27307C
(39,48,124)
#232B6D
(35,43,109)
#1F265E
(31,38,94)
#1B214F
(27,33,79)
#171C40
(23,28,64)
#131731
(19,23,49)
#0F1222
(15,18,34)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #333FA9

#333FA9
(51,63,169)
#4550B0
(69,80,176)
#5761B7
(87,97,183)
#6972BE
(105,114,190)
#7B83C5
(123,131,197)
#8D94CC
(141,148,204)
#9FA5D3
(159,165,211)
#B1B6DA
(177,182,218)
#C3C7E1
(195,199,225)
#D5D8E8
(213,216,232)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333FA9 color. Also use rgb(51,63,169) instead hex code.

Text Font Color

.myTextColor { color: #333FA9; }

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

This text font color is #333FA9.

Background Color

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

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

This div background color is #333FA9.

Border color

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

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

This div border color is #333FA9.

Opacity

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

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

Text with #333FA9 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 #333FA9;}

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

This text has shadow with #333FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333FA9.

Preview

Color preview on black background

This text has color #333FA9 on black background.


Color preview on white background

This text has color #333FA9 on white background.


Black color preview on #333FA9 background

This text has black color on #333FA9 background.


White color preview on #333FA9 background

This text has white color on #333FA9 background.


Related colors

Complementary color

Complementary color for #hex is #CCC056.


I love getcolorcode.com

Triadic colors

1 #A9333F and #3FA933 with #333FA9 are triadic colors.

2 #A93F33 and #3F33A9 with #333FA9 are triadic colors.