#286e85

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

Shades of Allports #286E85

Tints of Allports #286E85

Color information

#286E85 (or 0x286E85) is unknown color: approx Allports. HEX triplet: 28, 6E and 85. RGB value is (40,110,133). Sum of RGB (Red+Green+Blue) = 40+110+133=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #286E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286E85 is #D7917A. Grayscale: #5B5B5B. Windows color (decimal): -14127483 or 8744488. OLE color: 8744488.

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

Color convert

RGB40110133-
CMYK0.700.1700.48
HSL194.84º53.76%33.92%-
HSV(B)194.84º69.92%52.16%-
XYZ10.6813.324.19-
YUV91.69151.3191.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.13%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=14.13%
G=38.87%
B=47.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401101330.700.1700.48194.8453.7633.92
Hex286E854611030c33622
Octal50156205106210603036642
Binary101000110111010000101100011010001011000011000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286e85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,110,133); }

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

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

 a { background-color: rgb(40,110,133); }

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

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

 span { border-color: rgb(40,110,133); }

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