Html Css Color HEX #337288 Astral

📋 copy color: '#337288'

red 51 ◦ green 114 ◦ blue 136

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

Shades of Astral #337288

Tints of Astral #337288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 16.94%
G = 37.87%
B = 45.18%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#337288 (or 0x337288) is known color: Astral. HEX triplet: 33, 72 and 88. RGB value is (51,114,136). Sum of RGB (Red+Green+Blue) = 51+114+136=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #337288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337288 is #CC8D77. Grayscale: #616161. Windows color (decimal): -13405560 or 8942131. OLE color: 8942131.

HSL color Cylindrical-coordinate representation of color #337288: hue angle of 195.53º 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 #337288 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 114 136 -
CMYK 0.62 0.16 0 0.47
HSL 195.53º 0.45% 0.37% -
HSV(B) 195.53º 0.63% 0.53% -
XYZ 11.83 14.52 25.47 -
YUV 97.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 51 114 136 0.62 0.16 0 0.47 195.53 0.45 0.37
Hex 33 72 88 3E 10 0 2F C4 2D 25
Octal 63 162 210 76 20 0 57 304 55 45
Binary 110011 1110010 10001000 111110 10000 0 101111 11000100 101101 100101

Color Harmonies of #337288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337288

Black with #337288

Text Example


Text Example

White with #337288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337288; }

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

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

background-color css

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

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

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

border-color css

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

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

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