Html Css Color HEX #337387 Astral

📋 copy color: '#337387'

red 51 ◦ green 115 ◦ blue 135

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

Shades of Astral #337387

Tints of Astral #337387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

 BLUE value IS 135 (53.13% from 255) = 44.85%

R = 16.94%
G = 38.21%
B = 44.85%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#337387 (or 0x337387) is known color: Astral. HEX triplet: 33, 73 and 87. RGB value is (51,115,135). Sum of RGB (Red+Green+Blue) = 51+115+135=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #337387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337387 is #CC8C78. Grayscale: #616161. Windows color (decimal): -13405305 or 8876851. OLE color: 8876851.

HSL color Cylindrical-coordinate representation of color #337387: hue angle of 194.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #337387 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 115 135 -
CMYK 0.62 0.15 0 0.47
HSL 194.29º 0.45% 0.36% -
HSV(B) 194.29º 0.62% 0.53% -
XYZ 11.87 14.71 25.14 -
YUV 98.14 148.8 94.37 -
System Red Green Blue C M Y K H S L
Decimal 51 115 135 0.62 0.15 0 0.47 194.29 0.45 0.36
Hex 33 73 87 3E F 0 2F C2 2D 24
Octal 63 163 207 76 17 0 57 302 55 44
Binary 110011 1110011 10000111 111110 1111 0 101111 11000010 101101 100100

Color Harmonies of #337387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337387

Black with #337387

Text Example


Text Example

White with #337387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337387; }

 p { color: rgb(51,115,135); }

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

background-color css

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

 a { background-color: rgb(51,115,135); }

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

border-color css

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

 span { border-color: rgb(51,115,135); }

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