#287A95

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

Shades of Astral #287A95

Tints of Astral #287A95

Color information

#287A95 (or 0x287A95) is unknown color: approx Astral. HEX triplet: 28, 7A and 95. RGB value is (40,122,149). Sum of RGB (Red+Green+Blue) = 40+122+149=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #287A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287A95 is #D7856A. Grayscale: #646464. Windows color (decimal): -14124395 or 9796136. OLE color: 9796136.

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

Color convert

RGB40122149-
CMYK0.730.1800.42
HSL194.86º57.67%37.06%-
HSV(B)194.86º73.15%58.43%-
XYZ13.2616.5430.93-
YUV100.56155.3384.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.86%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=12.86%
G=39.23%
B=47.91%

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
Decimal401221490.730.1800.42194.8657.6737.06
Hex287A95491202Ac33a25
Octal50172225111220523037245
Binary101000111101010010101100100110010010101011000011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287A95; }

 p { color: rgb(40,122,149); }

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

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

 a { background-color: rgb(40,122,149); }

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

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

 span { border-color: rgb(40,122,149); }

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