#376B89

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

Shades of Astral #376B89

Tints of Astral #376B89

Color information

#376B89 (or 0x376B89) is unknown color: approx Astral. HEX triplet: 37, 6B and 89. RGB value is (55,107,137). Sum of RGB (Red+Green+Blue) = 55+107+137=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #376B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376B89 is #C89476. Grayscale: #5E5E5E. Windows color (decimal): -13145207 or 9005879. OLE color: 9005879.

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

Color convert

RGB55107137-
CMYK0.600.2200.46
HSL201.95º42.71%37.65%-
HSV(B)201.95º59.85%53.73%-
XYZ11.3513.1325.6-
YUV94.87151.7799.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 137 (53.91% from 255) = 45.82%
R=18.39%
G=35.79%
B=45.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551071370.600.2200.46201.9542.7137.65
Hex376B893C1602Eca2b26
Octal6715321174260563125346
Binary11011111010111000100111110010110010111011001010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,107,137); }

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

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

 a { background-color: rgb(55,107,137); }

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

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

 span { border-color: rgb(55,107,137); }

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