Html Css Color HEX #37708E Astral

📋 copy color: '#37708E'

red 55 ◦ green 112 ◦ blue 142

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

Shades of Astral #37708E

Tints of Astral #37708E

RGB

 RED value IS 55 (21.88% from 255) = 17.8%

 GREEN value IS 112 (44.14% from 255) = 36.25%

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 17.8%
G = 36.25%
B = 45.95%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37708E (or 0x37708E) is known color: Astral. HEX triplet: 37, 70 and 8E. RGB value is (55,112,142). Sum of RGB (Red+Green+Blue) = 55+112+142=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #37708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37708E is #C88F71. Grayscale: #626262. Windows color (decimal): -13143922 or 9334839. OLE color: 9334839.

HSL color Cylindrical-coordinate representation of color #37708E: hue angle of 200.69º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37708E is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 112 142 -
CMYK 0.61 0.21 0 0.44
HSL 200.69º 0.44% 0.39% -
HSV(B) 200.69º 0.61% 0.56% -
XYZ 12.25 14.35 27.72 -
YUV 98.38 152.62 97.06 -
System Red Green Blue C M Y K H S L
Decimal 55 112 142 0.61 0.21 0 0.44 200.69 0.44 0.39
Hex 37 70 8E 3D 15 0 2C C9 2C 27
Octal 67 160 216 75 25 0 54 311 54 47
Binary 110111 1110000 10001110 111101 10101 0 101100 11001001 101100 100111

Color Harmonies of #37708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37708E

Black with #37708E

Text Example


Text Example

White with #37708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37708E; }

 p { color: rgb(55,112,142); }

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

background-color css

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

 a { background-color: rgb(55,112,142); }

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

border-color css

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

 span { border-color: rgb(55,112,142); }

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