#287192

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

Shades of Astral #287192

Tints of Astral #287192

Color information

#287192 (or 0x287192) is unknown color: approx Astral. HEX triplet: 28, 71 and 92. RGB value is (40,113,146). Sum of RGB (Red+Green+Blue) = 40+113+146=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #287192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287192 is #D78E6D. Grayscale: #5E5E5E. Windows color (decimal): -14126702 or 9597224. OLE color: 9597224.

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

Color convert

RGB40113146-
CMYK0.730.2300.43
HSL198.68º56.99%36.47%-
HSV(B)198.68º72.6%57.25%-
XYZ11.9714.3429.33-
YUV94.94156.8288.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=13.38%
G=37.79%
B=48.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401131460.730.2300.43198.6856.9936.47
Hex287192491702Bc73924
Octal50161222111270533077144
Binary101000111000110010010100100110111010101111000111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287192; }

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

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

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

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

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

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

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

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