#376E83

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

Shades of Astral #376E83

Tints of Astral #376E83

Color information

#376E83 (or 0x376E83) is unknown color: approx Astral. HEX triplet: 37, 6E and 83. RGB value is (55,110,131). Sum of RGB (Red+Green+Blue) = 55+110+131=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #376E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E83 is #C8917C. Grayscale: #5F5F5F. Windows color (decimal): -13144445 or 8613431. OLE color: 8613431.

HSL color Cylindrical-coordinate representation of color #376E83: hue angle of 196.58º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376E83 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55110131-
CMYK0.580.1600.49
HSL196.58º40.86%36.47%-
HSV(B)196.58º58.02%51.37%-
XYZ11.2513.623.51-
YUV95.95147.7898.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.58%
GREEN value IS 110 (43.36% from 255) = 37.16%
BLUE value IS 131 (51.56% from 255) = 44.26%
R=18.58%
G=37.16%
B=44.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551101310.580.1600.49196.5840.8636.47
Hex376E833A10031c52924
Octal6715620372200613055144
Binary11011111011101000001111101010000011000111000101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,110,131); }

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

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

 a { background-color: rgb(55,110,131); }

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

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

 span { border-color: rgb(55,110,131); }

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