Html Css Color HEX #37667F Astral

📋 copy color: '#37667F'

red 55 ◦ green 102 ◦ blue 127

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

Shades of Astral #37667F

Tints of Astral #37667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.72%

R = 19.37%
G = 35.92%
B = 44.72%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37667F (or 0x37667F) is known color: Astral. HEX triplet: 37, 66 and 7F. RGB value is (55,102,127). Sum of RGB (Red+Green+Blue) = 55+102+127=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #37667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37667F is #C89980. Grayscale: #5A5A5A. Windows color (decimal): -13146497 or 8349239. OLE color: 8349239.

HSL color Cylindrical-coordinate representation of color #37667F: hue angle of 200.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37667F is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 102 127 -
CMYK 0.57 0.20 0 0.50
HSL 200.83º 0.4% 0.36% -
HSV(B) 200.83º 0.57% 0.5% -
XYZ 10.16 11.85 21.83 -
YUV 90.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 55 102 127 0.57 0.20 0 0.50 200.83 0.4 0.36
Hex 37 66 7F 39 14 0 32 C9 28 24
Octal 67 146 177 71 24 0 62 311 50 44
Binary 110111 1100110 1111111 111001 10100 0 110010 11001001 101000 100100

Color Harmonies of #37667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37667F

Black with #37667F

Text Example


Text Example

White with #37667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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