Html Css Color HEX #337388 Astral

📋 copy color: '#337388'

red 51 ◦ green 115 ◦ blue 136

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

Shades of Astral #337388

Tints of Astral #337388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 16.89%
G = 38.08%
B = 45.03%

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

#337388 (or 0x337388) is known color: Astral. HEX triplet: 33, 73 and 88. RGB value is (51,115,136). Sum of RGB (Red+Green+Blue) = 51+115+136=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #337388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337388 is #CC8C77. Grayscale: #626262. Windows color (decimal): -13405304 or 8942387. OLE color: 8942387.

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

Color convert

RGB 51 115 136 -
CMYK 0.62 0.15 0 0.47
HSL 194.82º 0.45% 0.37% -
HSV(B) 194.82º 0.63% 0.53% -
XYZ 11.94 14.74 25.51 -
YUV 98.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 51 115 136 0.62 0.15 0 0.47 194.82 0.45 0.37
Hex 33 73 88 3E F 0 2F C3 2D 25
Octal 63 163 210 76 17 0 57 303 55 45
Binary 110011 1110011 10001000 111110 1111 0 101111 11000011 101101 100101

Color Harmonies of #337388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337388

Black with #337388

Text Example


Text Example

White with #337388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337388; }

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

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

background-color css

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

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

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

border-color css

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

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

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