#287992

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

Shades of Astral #287992

Tints of Astral #287992

Color information

#287992 (or 0x287992) is unknown color: approx Astral. HEX triplet: 28, 79 and 92. RGB value is (40,121,146). Sum of RGB (Red+Green+Blue) = 40+121+146=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #287992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287992 is #D7866D. Grayscale: #636363. Windows color (decimal): -14124654 or 9599272. OLE color: 9599272.

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

Color convert

RGB40121146-
CMYK0.730.1700.43
HSL194.15º56.99%36.47%-
HSV(B)194.15º72.6%57.25%-
XYZ12.916.229.64-
YUV99.63154.1685.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.03%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=13.03%
G=39.41%
B=47.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401211460.730.1700.43194.1556.9936.47
Hex287992491102Bc23924
Octal50171222111210533027144
Binary101000111100110010010100100110001010101111000010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287992; }

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

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

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

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

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

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

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

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