#287093

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

Shades of Astral #287093

Tints of Astral #287093

Color information

#287093 (or 0x287093) is unknown color: approx Astral. HEX triplet: 28, 70 and 93. RGB value is (40,112,147). Sum of RGB (Red+Green+Blue) = 40+112+147=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #287093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287093 is #D78F6C. Grayscale: #5E5E5E. Windows color (decimal): -14126957 or 9662504. OLE color: 9662504.

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

Color convert

RGB40112147-
CMYK0.730.2400.42
HSL199.63º57.22%36.67%-
HSV(B)199.63º72.79%57.65%-
XYZ11.9414.1529.71-
YUV94.46157.6589.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=13.38%
G=37.46%
B=49.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401121470.730.2400.42199.6357.2236.67
Hex287093491802Ac83925
Octal50160223111300523107145
Binary101000111000010010011100100111000010101011001000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287093; }

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

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

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

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

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

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

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

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