#376C88

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

Shades of Astral #376C88

Tints of Astral #376C88

Color information

#376C88 (or 0x376C88) is unknown color: approx Astral. HEX triplet: 37, 6C and 88. RGB value is (55,108,136). Sum of RGB (Red+Green+Blue) = 55+108+136=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #376C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C88 is #C89377. Grayscale: #5F5F5F. Windows color (decimal): -13144952 or 8940599. OLE color: 8940599.

HSL color Cylindrical-coordinate representation of color #376C88: hue angle of 200.74º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #376C88 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55108136-
CMYK0.600.2100.47
HSL200.74º42.41%37.45%-
HSV(B)200.74º59.56%53.33%-
XYZ11.3813.3125.26-
YUV95.34150.9499.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=18.39%
G=36.12%
B=45.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551081360.600.2100.47200.7442.4137.45
Hex376C883C1502Fc92a25
Octal6715421074250573115245
Binary11011111011001000100011110010101010111111001001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,108,136); }

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

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

 a { background-color: rgb(55,108,136); }

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

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

 span { border-color: rgb(55,108,136); }

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