#376F7D

Color #376F7D Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #376F7D

Tints of Astral #376F7D

Color information

#376F7D (or 0x376F7D) is unknown color: approx Astral. HEX triplet: 37, 6F and 7D. RGB value is (55,111,125). Sum of RGB (Red+Green+Blue) = 55+111+125=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #376F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F7D is #C89082. Grayscale: #5F5F5F. Windows color (decimal): -13144195 or 8220471. OLE color: 8220471.

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

Color convert

RGB55111125-
CMYK0.560.1100.51
HSL192º38.89%35.29%-
HSV(B)192º56%49.02%-
XYZ10.9613.6621.46-
YUV95.85144.4598.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 125 (49.22% from 255) = 42.96%
R=18.90%
G=38.14%
B=42.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551111250.560.1100.5119238.8935.29
Hex376F7D38B033c02723
Octal6715717570130633004743
Binary110111110111111111011110001011011001111000000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376F7D; }

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

 H1.HeaderClassName
 {
   color: #376F7D;
 }
 .AnyTagClassName
 {
   color: #376F7D;
 }
</style>
background-color css

<style>
 a { background-color: #376F7D; }

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

 div.DivClassName
 {
   background-color: #376F7D;
 }
 .BgClassName
 {
   background-color: #376F7D;
 }
</style>
border-color css

<style>
 span { border-color: #376F7D; }

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

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