#286A90

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

Shades of Astral #286A90

Tints of Astral #286A90

Color information

#286A90 (or 0x286A90) is unknown color: approx Astral. HEX triplet: 28, 6A and 90. RGB value is (40,106,144). Sum of RGB (Red+Green+Blue) = 40+106+144=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #286A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286A90 is #D7956F. Grayscale: #5A5A5A. Windows color (decimal): -14128496 or 9464360. OLE color: 9464360.

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

Color convert

RGB40106144-
CMYK0.720.2600.44
HSL201.92º56.52%36.08%-
HSV(B)201.92º72.22%56.47%-
XYZ11.0612.7728.27-
YUV90.6158.1391.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.79%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 144 (56.64% from 255) = 49.66%
R=13.79%
G=36.55%
B=49.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401061440.720.2600.44201.9256.5236.08
Hex286A90481A02Cca3924
Octal50152220110320543127144
Binary101000110101010010000100100011010010110011001010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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