Html Css Color HEX #37667C Astral

📋 copy color: '#37667C'

red 55 ◦ green 102 ◦ blue 124

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

Shades of Astral #37667C

Tints of Astral #37667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

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

R = 19.57%
G = 36.3%
B = 44.13%

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

#37667C (or 0x37667C) is known color: Astral. HEX triplet: 37, 66 and 7C. RGB value is (55,102,124). Sum of RGB (Red+Green+Blue) = 55+102+124=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #37667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37667C is #C89983. Grayscale: #5A5A5A. Windows color (decimal): -13146500 or 8152631. OLE color: 8152631.

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

Color convert

RGB 55 102 124 -
CMYK 0.56 0.18 0 0.51
HSL 199.13º 0.39% 0.35% -
HSV(B) 199.13º 0.56% 0.49% -
XYZ 9.97 11.77 20.82 -
YUV 90.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 55 102 124 0.56 0.18 0 0.51 199.13 0.39 0.35
Hex 37 66 7C 38 12 0 33 C7 27 23
Octal 67 146 174 70 22 0 63 307 47 43
Binary 110111 1100110 1111100 111000 10010 0 110011 11000111 100111 100011

Color Harmonies of #37667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37667C

Black with #37667C

Text Example


Text Example

White with #37667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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