Html Css Color HEX #337DAE Curious Blue

📋 copy color: '#337DAE'

red 51 ◦ green 125 ◦ blue 174

#337DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #337DAE

Tints of Curious Blue #337DAE

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 value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#337DAE (or 0x337DAE) is known color: 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

RGB 51 125 174 -
CMYK 0.71 0.28 0 0.32
HSL 203.9º 0.55% 0.44% -
HSV(B) 203.9º 0.71% 0.68% -
XYZ 16.34 18.43 42.74 -
YUV 108.46 164.98 87.02 -
System Red Green Blue C M Y K H S L
Decimal 51 125 174 0.71 0.28 0 0.32 203.9 0.55 0.44
Hex 33 7D AE 47 1C 0 20 CC 37 2C
Octal 63 175 256 107 34 0 40 314 67 54
Binary 110011 1111101 10101110 1000111 11100 0 100000 11001100 110111 101100

Color Harmonies of #337DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337DAE

Black with #337DAE

Text Example


Text Example

White with #337DAE

Text Example


Text Example

HTML Codes & Css Web 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>