#377189

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

Shades of Astral #377189

Tints of Astral #377189

Color information

#377189 (or 0x377189) is unknown color: approx Astral. HEX triplet: 37, 71 and 89. RGB value is (55,113,137). Sum of RGB (Red+Green+Blue) = 55+113+137=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #377189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377189 is #C88E76. Grayscale: #626262. Windows color (decimal): -13143671 or 9007415. OLE color: 9007415.

HSL color Cylindrical-coordinate representation of color #377189: hue angle of 197.56º 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 #377189 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB55113137-
CMYK0.600.1800.46
HSL197.56º42.71%37.65%-
HSV(B)197.56º59.85%53.73%-
XYZ1214.4325.82-
YUV98.39149.7897.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=18.03%
G=37.05%
B=44.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551131370.600.1800.46197.5642.7137.65
Hex3771893C1202Ec62b26
Octal6716121174220563065346
Binary11011111100011000100111110010010010111011000110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377189; }

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

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

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

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

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

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

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

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