COLOR #3337AF

HEX: #3337AF RGB: (51,55,175)

Color info

#3337AF contains mainly blue color. Web safe color of #3337AF is #333399 (or #339).

RGB color model

#3337AF color RGB value is (51,55,175).

RGB: (51,55,175) (20%, 22%, 69%)

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 175 of 255 = 69%

51
55
175

R + G + B ~ 37%. #3337AF is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 55 + 175 = 281 (100%)
R 51 of 281 ~ 18.15%
G 55 of 281 ~ 19.57%
B 175 of 281 ~ 62.28'%

%18.15
%19.57
%62.28

CMYK color model

#3337AF color CMYK value is (71,69,0,31).

  • cyan value is 70.86%
  • magenta value is 68.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (71,69,0,31)
C71M69Y0K31 (71%, 69%, 0%, 31%)
(0.71 / 0.69 / 0.00 / 0.31)

CMYK percentages

%70.86
%68.57
%0
%31.37

Codes

Color #3337AF in popluar color models

33 37 AF
RGB 51 55 175
HSL 238° 54.87% 44.31%
HSB/HSV 238° 70.86% 68.63%
CMYK 70.86% 68.57% 0.00%
31.37%

Color #3337AF in popluar number systems.

HEX 33 37 AF
Decimal 51 55 175
Binary 110011 110111 10101111
Octal 63 67 257

Shades and tints

Shades of #3337AF

#3337AF
(51,55,175)
#2F32A0
(47,50,160)
#2B2D91
(43,45,145)
#272882
(39,40,130)
#232373
(35,35,115)
#1F1E64
(31,30,100)
#1B1955
(27,25,85)
#171446
(23,20,70)
#130F37
(19,15,55)
#0F0A28
(15,10,40)
#0B0519
(11,5,25)
#000000
(0,0,0)

Tints of #3337AF

#3337AF
(51,55,175)
#4549B6
(69,73,182)
#575BBD
(87,91,189)
#696DC4
(105,109,196)
#7B7FCB
(123,127,203)
#8D91D2
(141,145,210)
#9FA3D9
(159,163,217)
#B1B5E0
(177,181,224)
#C3C7E7
(195,199,231)
#D5D9EE
(213,217,238)
#E7EBF5
(231,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3337AF color. Also use rgb(51,55,175) instead hex code.

Text Font Color

.myTextColor { color: #3337AF; }

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

This text font color is #3337AF.

Background Color

.myBgColor { background-color: #3337AF; }

<div style="background-color:#3337AF">Inner text</div>

This div background color is #3337AF.

Border color

.myBorderColor { border: 1px solid #3337AF; }

<div style="border:3px solid #3337AF">Div</div>

This div border color is #3337AF.

Opacity

.myOpacity80 { color: #3337AF; opacity: 0.8; }

<p style="color:#3337AF;opacity:0.8;">80%</p>

Text with #3337AF 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 #3337AF;}

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

This text has shadow with #3337AF color.


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

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

This text has shadow with #3337AF primary color and red secondary color.


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

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

This text has shadow with #3337AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3337AF.

Preview

Color preview on black background

This text has color #3337AF on black background.


Color preview on white background

This text has color #3337AF on white background.


Black color preview on #3337AF background

This text has black color on #3337AF background.


White color preview on #3337AF background

This text has white color on #3337AF background.


Related colors

Complementary color

Complementary color for #hex is #CCC850.


I love getcolorcode.com

Triadic colors

1 #AF3337 and #37AF33 with #3337AF are triadic colors.

2 #AF3733 and #3733AF with #3337AF are triadic colors.