#377389

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

Shades of Astral #377389

Tints of Astral #377389

Color information

#377389 (or 0x377389) is unknown color: approx Astral. HEX triplet: 37, 73 and 89. RGB value is (55,115,137). Sum of RGB (Red+Green+Blue) = 55+115+137=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #377389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377389 is #C88C76. Grayscale: #636363. Windows color (decimal): -13143159 or 9007927. OLE color: 9007927.

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

Color convert

RGB55115137-
CMYK0.600.1600.46
HSL196.1º42.71%37.65%-
HSV(B)196.1º59.85%53.73%-
XYZ12.2214.8825.89-
YUV99.57149.1296.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=17.92%
G=37.46%
B=44.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551151370.600.1600.46196.142.7137.65
Hex3773893C1002Ec42b26
Octal6716321174200563045346
Binary11011111100111000100111110010000010111011000100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377389; }

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

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

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

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

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

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

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

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