Html Css Color HEX #37667D Astral

📋 copy color: '#37667D'

red 55 ◦ green 102 ◦ blue 125

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

Shades of Astral #37667D

Tints of Astral #37667D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.33%

R = 19.5%
G = 36.17%
B = 44.33%

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

#37667D (or 0x37667D) is known color: Astral. HEX triplet: 37, 66 and 7D. RGB value is (55,102,125). Sum of RGB (Red+Green+Blue) = 55+102+125=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #37667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37667D is #C89982. Grayscale: #5A5A5A. Windows color (decimal): -13146499 or 8218167. OLE color: 8218167.

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

Color convert

RGB 55 102 125 -
CMYK 0.56 0.18 0 0.51
HSL 199.71º 0.39% 0.35% -
HSV(B) 199.71º 0.56% 0.49% -
XYZ 10.03 11.8 21.15 -
YUV 90.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 55 102 125 0.56 0.18 0 0.51 199.71 0.39 0.35
Hex 37 66 7D 38 12 0 33 C8 27 23
Octal 67 146 175 70 22 0 63 310 47 43
Binary 110111 1100110 1111101 111000 10010 0 110011 11001000 100111 100011

Color Harmonies of #37667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37667D

Black with #37667D

Text Example


Text Example

White with #37667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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