#337EAF

Color #337EAF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #337EAF

Tints of Curious Blue #337EAF

Color information

#337EAF (or 0x337EAF) is unknown color: approx Curious Blue. HEX triplet: 33, 7E and AF. RGB value is (51,126,175). Sum of RGB (Red+Green+Blue) = 51+126+175=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #337EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337EAF is #CC8150. Grayscale: #6C6C6C. Windows color (decimal): -13402449 or 11501107. OLE color: 11501107.

HSL color Cylindrical-coordinate representation of color #337EAF: hue angle of 203.71º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #337EAF is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51126175-
CMYK0.710.2800.31
HSL203.71º54.87%44.31%-
HSV(B)203.71º70.86%68.63%-
XYZ16.5618.7243.3-
YUV109.16165.1586.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 14.49%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 175 (68.75% from 255) = 49.72%
R=14.49%
G=35.80%
B=49.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511261750.710.2800.31203.7154.8744.31
Hex337EAF471C01Fcc372c
Octal63176257107340373146754
Binary11001111111101010111110001111110001111111001100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337EAF; }

 p { color: rgb(51,126,175); }

 H1.HeaderClassName
 {
   color: #337EAF;
 }
 .AnyTagClassName
 {
   color: #337EAF;
 }
</style>
background-color css

<style>
 a { background-color: #337EAF; }

 a { background-color: rgb(51,126,175); }

 div.DivClassName
 {
   background-color: #337EAF;
 }
 .BgClassName
 {
   background-color: #337EAF;
 }
</style>
border-color css

<style>
 span { border-color: #337EAF; }

 span { border-color: rgb(51,126,175); }

 td.TdClassName
 {
   border-color: #337EAF;
 }
 .TagClassName
 {
   border-color: #337EAF;
 }
</style>