#286B8E

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

Shades of Astral #286B8E

Tints of Astral #286B8E

Color information

#286B8E (or 0x286B8E) is unknown color: approx Astral. HEX triplet: 28, 6B and 8E. RGB value is (40,107,142). Sum of RGB (Red+Green+Blue) = 40+107+142=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #286B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286B8E is #D79471. Grayscale: #5A5A5A. Windows color (decimal): -14128242 or 9333544. OLE color: 9333544.

HSL color Cylindrical-coordinate representation of color #286B8E: hue angle of 200.59º 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 #286B8E is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40107142-
CMYK0.720.2500.44
HSL200.59º56.04%35.69%-
HSV(B)200.59º71.83%55.69%-
XYZ11.0212.9227.5-
YUV90.96156.891.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.84%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=13.84%
G=37.02%
B=49.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401071420.720.2500.44200.5956.0435.69
Hex286B8E481902Cc93824
Octal50153216110310543117044
Binary101000110101110001110100100011001010110011001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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