#287390

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

Shades of Astral #287390

Tints of Astral #287390

Color information

#287390 (or 0x287390) is unknown color: approx Astral. HEX triplet: 28, 73 and 90. RGB value is (40,115,144). Sum of RGB (Red+Green+Blue) = 40+115+144=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #287390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287390 is #D78C6F. Grayscale: #5F5F5F. Windows color (decimal): -14126192 or 9466664. OLE color: 9466664.

HSL color Cylindrical-coordinate representation of color #287390: hue angle of 196.73º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287390 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40115144-
CMYK0.720.2000.44
HSL196.73º56.52%36.08%-
HSV(B)196.73º72.22%56.47%-
XYZ12.0414.7328.59-
YUV95.88155.1588.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=13.38%
G=38.46%
B=48.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401151440.720.2000.44196.7356.5236.08
Hex287390481402Cc53924
Octal50163220110240543057144
Binary101000111001110010000100100010100010110011000101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287390; }

 p { color: rgb(40,115,144); }

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

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

 a { background-color: rgb(40,115,144); }

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

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

 span { border-color: rgb(40,115,144); }

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