#287091

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

Shades of Astral #287091

Tints of Astral #287091

Color information

#287091 (or 0x287091) is unknown color: approx Astral. HEX triplet: 28, 70 and 91. RGB value is (40,112,145). Sum of RGB (Red+Green+Blue) = 40+112+145=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #287091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287091 is #D78F6E. Grayscale: #5E5E5E. Windows color (decimal): -14126959 or 9531432. OLE color: 9531432.

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

Color convert

RGB40112145-
CMYK0.720.2300.43
HSL198.86º56.76%36.27%-
HSV(B)198.86º72.41%56.86%-
XYZ11.7814.0828.89-
YUV94.23156.6589.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.47%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=13.47%
G=37.71%
B=48.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401121450.720.2300.43198.8656.7636.27
Hex287091481702Bc73924
Octal50160221110270533077144
Binary101000111000010010001100100010111010101111000111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287091; }

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

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

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

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

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

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

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

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