#377592

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

Shades of Astral #377592

Tints of Astral #377592

Color information

#377592 (or 0x377592) is unknown color: approx Astral. HEX triplet: 37, 75 and 92. RGB value is (55,117,146). Sum of RGB (Red+Green+Blue) = 55+117+146=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #377592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377592 is #C88A6D. Grayscale: #656565. Windows color (decimal): -13142638 or 9598263. OLE color: 9598263.

HSL color Cylindrical-coordinate representation of color #377592: hue angle of 199.12º 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 #377592 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB55117146-
CMYK0.620.2000.43
HSL199.12º45.27%39.41%-
HSV(B)199.12º62.33%57.25%-
XYZ13.1315.6129.52-
YUV101.77152.9694.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.30%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=17.30%
G=36.79%
B=45.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551171460.620.2000.43199.1245.2739.41
Hex3775923E1402Bc72d27
Octal6716522276240533075547
Binary11011111101011001001011111010100010101111000111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377592; }

 p { color: rgb(55,117,146); }

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

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

 a { background-color: rgb(55,117,146); }

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

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

 span { border-color: rgb(55,117,146); }

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