#286E8A

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

Shades of Astral #286E8A

Tints of Astral #286E8A

Color information

#286E8A (or 0x286E8A) is unknown color: approx Astral. HEX triplet: 28, 6E and 8A. RGB value is (40,110,138). Sum of RGB (Red+Green+Blue) = 40+110+138=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #286E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286E8A is #D79175. Grayscale: #5C5C5C. Windows color (decimal): -14127478 or 9072168. OLE color: 9072168.

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

Color convert

RGB40110138-
CMYK0.710.2000.46
HSL197.14º55.06%34.9%-
HSV(B)197.14º71.01%54.12%-
XYZ11.0413.4426.06-
YUV92.26153.8190.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.89%
GREEN value IS 110 (43.36% from 255) = 38.19%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=13.89%
G=38.19%
B=47.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401101380.710.2000.46197.1455.0634.9
Hex286E8A471402Ec53723
Octal50156212107240563056743
Binary101000110111010001010100011110100010111011000101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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