#286C87

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

Shades of Allports #286C87

Tints of Allports #286C87

Color information

#286C87 (or 0x286C87) is unknown color: approx Allports. HEX triplet: 28, 6C and 87. RGB value is (40,108,135). Sum of RGB (Red+Green+Blue) = 40+108+135=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #286C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286C87 is #D79378. Grayscale: #5A5A5A. Windows color (decimal): -14127993 or 8875048. OLE color: 8875048.

HSL color Cylindrical-coordinate representation of color #286C87: hue angle of 197.05º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #286C87 is Cyan = 0.70, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB40108135-
CMYK0.700.200.47
HSL197.05º54.29%34.31%-
HSV(B)197.05º70.37%52.94%-
XYZ10.6112.9324.86-
YUV90.75152.9791.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.13%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=14.13%
G=38.16%
B=47.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401081350.700.200.47197.0554.2934.31
Hex286C87461402Fc53622
Octal50154207106240573056642
Binary101000110110010000111100011010100010111111000101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,108,135); }

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

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

 a { background-color: rgb(40,108,135); }

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

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

 span { border-color: rgb(40,108,135); }

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