Html Css Color HEX #337FAA Curious Blue

📋 copy color: '#337FAA'

red 51 ◦ green 127 ◦ blue 170

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

Shades of Curious Blue #337FAA

Tints of Curious Blue #337FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 36.49%

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 14.66%
G = 36.49%
B = 48.85%

CMYK

 C value IS 0.7

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#337FAA (or 0x337FAA) is known color: Curious Blue. HEX triplet: 33, 7F and AA. RGB value is (51,127,170). Sum of RGB (Red+Green+Blue) = 51+127+170=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #337FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337FAA is #CC8055. Grayscale: #6C6C6C. Windows color (decimal): -13402198 or 11173683. OLE color: 11173683.

HSL color Cylindrical-coordinate representation of color #337FAA: hue angle of 201.68º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #337FAA is Cyan = 0.7, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 127 170 -
CMYK 0.7 0.25 0 0.33
HSL 201.68º 0.54% 0.43% -
HSV(B) 201.68º 0.7% 0.67% -
XYZ 16.21 18.78 40.8 -
YUV 109.18 162.32 86.5 -
System Red Green Blue C M Y K H S L
Decimal 51 127 170 0.7 0.25 0 0.33 201.68 0.54 0.43
Hex 33 7F AA 46 19 0 21 CA 36 2B
Octal 63 177 252 106 31 0 41 312 66 53
Binary 110011 1111111 10101010 1000110 11001 0 100001 11001010 110110 101011

Color Harmonies of #337FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337FAA

Black with #337FAA

Text Example


Text Example

White with #337FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,127,170); }

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

background-color css

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

 a { background-color: rgb(51,127,170); }

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

border-color css

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

 span { border-color: rgb(51,127,170); }

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