#286D90

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

Shades of Astral #286D90

Tints of Astral #286D90

Color information

#286D90 (or 0x286D90) is unknown color: approx Astral. HEX triplet: 28, 6D and 90. RGB value is (40,109,144). Sum of RGB (Red+Green+Blue) = 40+109+144=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #286D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286D90 is #D7926F. Grayscale: #5C5C5C. Windows color (decimal): -14127728 or 9465128. OLE color: 9465128.

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

Color convert

RGB40109144-
CMYK0.720.2400.44
HSL200.19º56.52%36.08%-
HSV(B)200.19º72.22%56.47%-
XYZ11.3813.428.37-
YUV92.36157.1490.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.65%
GREEN value IS 109 (42.97% from 255) = 37.20%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=13.65%
G=37.20%
B=49.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401091440.720.2400.44200.1956.5236.08
Hex286D90481802Cc83924
Octal50155220110300543107144
Binary101000110110110010000100100011000010110011001000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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