Html Css Color HEX #37677C Astral

📋 copy color: '#37677C'

red 55 ◦ green 103 ◦ blue 124

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

Shades of Astral #37677C

Tints of Astral #37677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

 BLUE value IS 124 (48.83% from 255) = 43.97%

R = 19.5%
G = 36.52%
B = 43.97%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37677C (or 0x37677C) is known color: Astral. HEX triplet: 37, 67 and 7C. RGB value is (55,103,124). Sum of RGB (Red+Green+Blue) = 55+103+124=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #37677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37677C is #C89883. Grayscale: #5A5A5A. Windows color (decimal): -13146244 or 8152887. OLE color: 8152887.

HSL color Cylindrical-coordinate representation of color #37677C: hue angle of 198.26º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37677C is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 103 124 -
CMYK 0.56 0.17 0 0.51
HSL 198.26º 0.39% 0.35% -
HSV(B) 198.26º 0.56% 0.49% -
XYZ 10.06 11.97 20.85 -
YUV 91.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 55 103 124 0.56 0.17 0 0.51 198.26 0.39 0.35
Hex 37 67 7C 38 11 0 33 C6 27 23
Octal 67 147 174 70 21 0 63 306 47 43
Binary 110111 1100111 1111100 111000 10001 0 110011 11000110 100111 100011

Color Harmonies of #37677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37677C

Black with #37677C

Text Example


Text Example

White with #37677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,103,124); }

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

background-color css

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

 a { background-color: rgb(55,103,124); }

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

border-color css

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

 span { border-color: rgb(55,103,124); }

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