#286b8c

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

Shades of Astral #286B8C

Tints of Astral #286B8C

Color information

#286B8C (or 0x286B8C) is unknown color: approx Astral. HEX triplet: 28, 6B and 8C. RGB value is (40,107,140). Sum of RGB (Red+Green+Blue) = 40+107+140=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #286B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286B8C is #D79473. Grayscale: #5A5A5A. Windows color (decimal): -14128244 or 9202472. OLE color: 9202472.

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

Color convert

RGB40107140-
CMYK0.710.2400.45
HSL199.8º55.56%35.29%-
HSV(B)199.8º71.43%54.9%-
XYZ10.8712.8626.72-
YUV90.73155.891.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.94%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 140 (55.08% from 255) = 48.78%
R=13.94%
G=37.28%
B=48.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401071400.710.2400.45199.855.5635.29
Hex286B8C471802Dc83823
Octal50153214107300553107043
Binary101000110101110001100100011111000010110111001000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286b8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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