#286E88

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

Shades of Astral #286E88

Tints of Astral #286E88

Color information

#286E88 (or 0x286E88) is unknown color: approx Astral. HEX triplet: 28, 6E and 88. RGB value is (40,110,136). Sum of RGB (Red+Green+Blue) = 40+110+136=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #286E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286E88 is #D79177. Grayscale: #5B5B5B. Windows color (decimal): -14127480 or 8941096. OLE color: 8941096.

HSL color Cylindrical-coordinate representation of color #286E88: hue angle of 196.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #286E88 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB40110136-
CMYK0.710.1900.47
HSL196.25º54.55%34.51%-
HSV(B)196.25º70.59%53.33%-
XYZ10.8913.3825.3-
YUV92.03152.8190.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=13.99%
G=38.46%
B=47.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401101360.710.1900.47196.2554.5534.51
Hex286E88471302Fc43723
Octal50156210107230573046743
Binary101000110111010001000100011110011010111111000100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286E88; }

 p { color: rgb(40,110,136); }

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

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

 a { background-color: rgb(40,110,136); }

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

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

 span { border-color: rgb(40,110,136); }

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