#287993

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

Shades of Astral #287993

Tints of Astral #287993

Color information

#287993 (or 0x287993) is unknown color: approx Astral. HEX triplet: 28, 79 and 93. RGB value is (40,121,147). Sum of RGB (Red+Green+Blue) = 40+121+147=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #287993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287993 is #D7866C. Grayscale: #636363. Windows color (decimal): -14124653 or 9664808. OLE color: 9664808.

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

Color convert

RGB40121147-
CMYK0.730.1800.42
HSL194.58º57.22%36.67%-
HSV(B)194.58º72.79%57.65%-
XYZ12.9816.2330.05-
YUV99.74154.6685.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.99%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=12.99%
G=39.29%
B=47.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401211470.730.1800.42194.5857.2236.67
Hex287993491202Ac33925
Octal50171223111220523037145
Binary101000111100110010011100100110010010101011000011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287993; }

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

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

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

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

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

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

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

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