Html Css Color HEX #37677E Astral

📋 copy color: '#37677E'

red 55 ◦ green 103 ◦ blue 126

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

Shades of Astral #37677E

Tints of Astral #37677E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.37%

R = 19.37%
G = 36.27%
B = 44.37%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37677E (or 0x37677E) is known color: Astral. HEX triplet: 37, 67 and 7E. RGB value is (55,103,126). Sum of RGB (Red+Green+Blue) = 55+103+126=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #37677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37677E is #C89881. Grayscale: #5B5B5B. Windows color (decimal): -13146242 or 8283959. OLE color: 8283959.

HSL color Cylindrical-coordinate representation of color #37677E: hue angle of 199.44º 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 #37677E is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 103 126 -
CMYK 0.56 0.18 0 0.51
HSL 199.44º 0.39% 0.35% -
HSV(B) 199.44º 0.56% 0.49% -
XYZ 10.19 12.02 21.52 -
YUV 91.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 55 103 126 0.56 0.18 0 0.51 199.44 0.39 0.35
Hex 37 67 7E 38 12 0 33 C7 27 23
Octal 67 147 176 70 22 0 63 307 47 43
Binary 110111 1100111 1111110 111000 10010 0 110011 11000111 100111 100011

Color Harmonies of #37677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37677E

Black with #37677E

Text Example


Text Example

White with #37677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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