#376F85

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

Shades of Astral #376F85

Tints of Astral #376F85

Color information

#376F85 (or 0x376F85) is unknown color: approx Astral. HEX triplet: 37, 6F and 85. RGB value is (55,111,133). Sum of RGB (Red+Green+Blue) = 55+111+133=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #376F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376F85 is #C8907A. Grayscale: #606060. Windows color (decimal): -13144187 or 8744759. OLE color: 8744759.

HSL color Cylindrical-coordinate representation of color #376F85: hue angle of 196.92º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376F85 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB55111133-
CMYK0.590.1700.48
HSL196.92º41.49%36.86%-
HSV(B)196.92º58.65%52.16%-
XYZ11.4913.8724.26-
YUV96.76148.4598.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 111 (43.75% from 255) = 37.12%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=18.39%
G=37.12%
B=44.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551111330.590.1700.48196.9241.4936.86
Hex376F853B11030c52925
Octal6715720573210603055145
Binary11011111011111000010111101110001011000011000101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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