Html Css Color HEX #37708D Astral

📋 copy color: '#37708D'

red 55 ◦ green 112 ◦ blue 141

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

Shades of Astral #37708D

Tints of Astral #37708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 17.86%
G = 36.36%
B = 45.78%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37708D (or 0x37708D) is known color: Astral. HEX triplet: 37, 70 and 8D. RGB value is (55,112,141). Sum of RGB (Red+Green+Blue) = 55+112+141=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #37708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37708D is #C88F72. Grayscale: #626262. Windows color (decimal): -13143923 or 9269303. OLE color: 9269303.

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

Color convert

RGB 55 112 141 -
CMYK 0.61 0.21 0 0.45
HSL 200.23º 0.44% 0.38% -
HSV(B) 200.23º 0.61% 0.55% -
XYZ 12.18 14.32 27.32 -
YUV 98.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 55 112 141 0.61 0.21 0 0.45 200.23 0.44 0.38
Hex 37 70 8D 3D 15 0 2D C8 2C 26
Octal 67 160 215 75 25 0 55 310 54 46
Binary 110111 1110000 10001101 111101 10101 0 101101 11001000 101100 100110

Color Harmonies of #37708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37708D

Black with #37708D

Text Example


Text Example

White with #37708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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