#287493

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

Shades of Astral #287493

Tints of Astral #287493

Color information

#287493 (or 0x287493) is unknown color: approx Astral. HEX triplet: 28, 74 and 93. RGB value is (40,116,147). Sum of RGB (Red+Green+Blue) = 40+116+147=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #287493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287493 is #D78B6C. Grayscale: #606060. Windows color (decimal): -14125933 or 9663528. OLE color: 9663528.

HSL color Cylindrical-coordinate representation of color #287493: hue angle of 197.38º 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 #287493 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB40116147-
CMYK0.730.2100.42
HSL197.38º57.22%36.67%-
HSV(B)197.38º72.79%57.65%-
XYZ12.3915.0529.86-
YUV96.81156.3287.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.20%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=13.20%
G=38.28%
B=48.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401161470.730.2100.42197.3857.2236.67
Hex287493491502Ac53925
Octal50164223111250523057145
Binary101000111010010010011100100110101010101011000101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287493; }

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

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

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

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

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

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

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

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