#337DAE

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

Shades of Curious Blue #337DAE

Tints of Curious Blue #337DAE

Color information

#337DAE (or 0x337DAE) is unknown color: approx Curious Blue. HEX triplet: 33, 7D and AE. RGB value is (51,125,174). Sum of RGB (Red+Green+Blue) = 51+125+174=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #337DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337DAE is #CC8251. Grayscale: #6C6C6C. Windows color (decimal): -13402706 or 11435315. OLE color: 11435315.

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

Color convert

RGB51125174-
CMYK0.710.2800.32
HSL203.9º54.67%44.12%-
HSV(B)203.9º70.69%68.24%-
XYZ16.3418.4342.74-
YUV108.46164.9887.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.57%
GREEN value IS 125 (49.22% from 255) = 35.71%
BLUE value IS 174 (68.36% from 255) = 49.71%
R=14.57%
G=35.71%
B=49.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511251740.710.2800.32203.954.6744.12
Hex337DAE471C020cc372c
Octal63175256107340403146754
Binary110011111110110101110100011111100010000011001100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,125,174); }

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

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

 a { background-color: rgb(51,125,174); }

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

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

 span { border-color: rgb(51,125,174); }

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