#376A8B

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

Shades of Astral #376A8B

Tints of Astral #376A8B

Color information

#376A8B (or 0x376A8B) is unknown color: approx Astral. HEX triplet: 37, 6A and 8B. RGB value is (55,106,139). Sum of RGB (Red+Green+Blue) = 55+106+139=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #376A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376A8B is #C89574. Grayscale: #5E5E5E. Windows color (decimal): -13145461 or 9136695. OLE color: 9136695.

HSL color Cylindrical-coordinate representation of color #376A8B: hue angle of 203.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #376A8B is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55106139-
CMYK0.600.2400.45
HSL203.57º43.3%38.04%-
HSV(B)203.57º60.43%54.51%-
XYZ11.3912.9826.33-
YUV94.51153.199.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 106 (41.80% from 255) = 35.33%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=18.33%
G=35.33%
B=46.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551061390.600.2400.45203.5743.338.04
Hex376A8B3C1802Dcc2b26
Octal6715221374300553145346
Binary11011111010101000101111110011000010110111001100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,106,139); }

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

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

 a { background-color: rgb(55,106,139); }

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

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

 span { border-color: rgb(55,106,139); }

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