#286E8E

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

Shades of Astral #286E8E

Tints of Astral #286E8E

Color information

#286E8E (or 0x286E8E) is unknown color: approx Astral. HEX triplet: 28, 6E and 8E. RGB value is (40,110,142). Sum of RGB (Red+Green+Blue) = 40+110+142=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #286E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286E8E is #D79171. Grayscale: #5C5C5C. Windows color (decimal): -14127474 or 9334312. OLE color: 9334312.

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

Color convert

RGB40110142-
CMYK0.720.2300.44
HSL198.82º56.04%35.69%-
HSV(B)198.82º71.83%55.69%-
XYZ11.3313.5627.61-
YUV92.72155.8190.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.70%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=13.70%
G=37.67%
B=48.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401101420.720.2300.44198.8256.0435.69
Hex286E8E481702Cc73824
Octal50156216110270543077044
Binary101000110111010001110100100010111010110011000111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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