#377391

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

Shades of Astral #377391

Tints of Astral #377391

Color information

#377391 (or 0x377391) is unknown color: approx Astral. HEX triplet: 37, 73 and 91. RGB value is (55,115,145). Sum of RGB (Red+Green+Blue) = 55+115+145=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #377391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377391 is #C88C6E. Grayscale: #646464. Windows color (decimal): -13143151 or 9532215. OLE color: 9532215.

HSL color Cylindrical-coordinate representation of color #377391: hue angle of 200º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #377391 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB55115145-
CMYK0.620.2100.43
HSL200º45%39.22%-
HSV(B)200º62.07%56.86%-
XYZ12.8215.1229.03-
YUV100.48153.1295.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.46%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=17.46%
G=36.51%
B=46.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551151450.620.2100.432004539.22
Hex3773913E1502Bc82d27
Octal6716322176250533105547
Binary11011111100111001000111111010101010101111001000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377391; }

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

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

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

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

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

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

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

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