Html Css Color HEX #337AAE Curious Blue

📋 copy color: '#337AAE'

red 51 ◦ green 122 ◦ blue 174

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

Shades of Curious Blue #337AAE

Tints of Curious Blue #337AAE

RGB

 RED value IS 51 (20.31% from 255) = 14.7%

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 14.7%
G = 35.16%
B = 50.14%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#337AAE (or 0x337AAE) is known color: Curious Blue. HEX triplet: 33, 7A and AE. RGB value is (51,122,174). Sum of RGB (Red+Green+Blue) = 51+122+174=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #337AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337AAE is #CC8551. Grayscale: #6A6A6A. Windows color (decimal): -13403474 or 11434547. OLE color: 11434547.

HSL color Cylindrical-coordinate representation of color #337AAE: hue angle of 205.37º 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 #337AAE is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 122 174 -
CMYK 0.71 0.30 0 0.32
HSL 205.37º 0.55% 0.44% -
HSV(B) 205.37º 0.71% 0.68% -
XYZ 15.96 17.68 42.62 -
YUV 106.7 165.98 88.27 -
System Red Green Blue C M Y K H S L
Decimal 51 122 174 0.71 0.30 0 0.32 205.37 0.55 0.44
Hex 33 7A AE 47 1E 0 20 CD 37 2C
Octal 63 172 256 107 36 0 40 315 67 54
Binary 110011 1111010 10101110 1000111 11110 0 100000 11001101 110111 101100

Color Harmonies of #337AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337AAE

Black with #337AAE

Text Example


Text Example

White with #337AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #337AAE;
 }
 .AnyTagClassName
 {
   color: #337AAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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