#286A8D

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

Shades of Astral #286A8D

Tints of Astral #286A8D

Color information

#286A8D (or 0x286A8D) is unknown color: approx Astral. HEX triplet: 28, 6A and 8D. RGB value is (40,106,141). Sum of RGB (Red+Green+Blue) = 40+106+141=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #286A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286A8D is #D79572. Grayscale: #5A5A5A. Windows color (decimal): -14128499 or 9267752. OLE color: 9267752.

HSL color Cylindrical-coordinate representation of color #286A8D: hue angle of 200.79º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #286A8D is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB40106141-
CMYK0.720.2500.45
HSL200.79º55.8%35.49%-
HSV(B)200.79º71.63%55.29%-
XYZ10.8412.6827.08-
YUV90.26156.6392.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.94%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=13.94%
G=36.93%
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.45
SystemRedGreenBlueCMYKHSL
Decimal401061410.720.2500.45200.7955.835.49
Hex286A8D481902Dc93823
Octal50152215110310553117043
Binary101000110101010001101100100011001010110111001001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,106,141); }

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

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

 a { background-color: rgb(40,106,141); }

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

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

 span { border-color: rgb(40,106,141); }

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