Html Css Color HEX #37778C Astral

📋 copy color: '#37778C'

red 55 ◦ green 119 ◦ blue 140

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

Shades of Astral #37778C

Tints of Astral #37778C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

 BLUE value IS 140 (55.08% from 255) = 44.59%

R = 17.52%
G = 37.9%
B = 44.59%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37778C (or 0x37778C) is known color: Astral. HEX triplet: 37, 77 and 8C. RGB value is (55,119,140). Sum of RGB (Red+Green+Blue) = 55+119+140=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #37778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37778C is #C88873. Grayscale: #666666. Windows color (decimal): -13142132 or 9205559. OLE color: 9205559.

HSL color Cylindrical-coordinate representation of color #37778C: hue angle of 194.82º 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 #37778C is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 119 140 -
CMYK 0.61 0.15 0 0.45
HSL 194.82º 0.44% 0.38% -
HSV(B) 194.82º 0.61% 0.55% -
XYZ 12.91 15.9 27.2 -
YUV 102.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 55 119 140 0.61 0.15 0 0.45 194.82 0.44 0.38
Hex 37 77 8C 3D F 0 2D C3 2C 26
Octal 67 167 214 75 17 0 55 303 54 46
Binary 110111 1110111 10001100 111101 1111 0 101101 11000011 101100 100110

Color Harmonies of #37778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37778C

Black with #37778C

Text Example


Text Example

White with #37778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37778C; }

 p { color: rgb(55,119,140); }

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

background-color css

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

 a { background-color: rgb(55,119,140); }

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

border-color css

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

 span { border-color: rgb(55,119,140); }

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