#377093

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

Shades of Astral #377093

Tints of Astral #377093

Color information

#377093 (or 0x377093) is unknown color: approx Astral. HEX triplet: 37, 70 and 93. RGB value is (55,112,147). Sum of RGB (Red+Green+Blue) = 55+112+147=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #377093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377093 is #C88F6C. Grayscale: #626262. Windows color (decimal): -13143917 or 9662519. OLE color: 9662519.

HSL color Cylindrical-coordinate representation of color #377093: hue angle of 202.83º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #377093 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB55112147-
CMYK0.630.2400.42
HSL202.83º45.54%39.61%-
HSV(B)202.83º62.59%57.65%-
XYZ12.6414.5129.74-
YUV98.95155.1296.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 147 (57.81% from 255) = 46.82%
R=17.52%
G=35.67%
B=46.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551121470.630.2400.42202.8345.5439.61
Hex3770933F1802Acb2e28
Octal6716022377300523135650
Binary11011111100001001001111111111000010101011001011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377093; }

 p { color: rgb(55,112,147); }

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

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

 a { background-color: rgb(55,112,147); }

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

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

 span { border-color: rgb(55,112,147); }

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