#286F8A

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

Shades of Astral #286F8A

Tints of Astral #286F8A

Color information

#286F8A (or 0x286F8A) is unknown color: approx Astral. HEX triplet: 28, 6F and 8A. RGB value is (40,111,138). Sum of RGB (Red+Green+Blue) = 40+111+138=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #286F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286F8A is #D79075. Grayscale: #5C5C5C. Windows color (decimal): -14127222 or 9072424. OLE color: 9072424.

HSL color Cylindrical-coordinate representation of color #286F8A: hue angle of 196.53º 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 #286F8A is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB40111138-
CMYK0.710.2000.46
HSL196.53º55.06%34.9%-
HSV(B)196.53º71.01%54.12%-
XYZ11.1513.6526.09-
YUV92.85153.4890.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.84%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=13.84%
G=38.41%
B=47.75%

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
Decimal401111380.710.2000.46196.5355.0634.9
Hex286F8A471402Ec53723
Octal50157212107240563056743
Binary101000110111110001010100011110100010111011000101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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