#286B79

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

Shades of Allports #286B79

Tints of Allports #286B79

Color information

#286B79 (or 0x286B79) is unknown color: approx Allports. HEX triplet: 28, 6B and 79. RGB value is (40,107,121). Sum of RGB (Red+Green+Blue) = 40+107+121=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #286B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B79 is #D79486. Grayscale: #585858. Windows color (decimal): -14128263 or 7957288. OLE color: 7957288.

HSL color Cylindrical-coordinate representation of color #286B79: hue angle of 190.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #286B79 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB40107121-
CMYK0.670.1200.53
HSL190.37º50.31%31.57%-
HSV(B)190.37º66.94%47.45%-
XYZ9.5812.3519.97-
YUV88.56146.393.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=14.93%
G=39.93%
B=45.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401071210.670.1200.53190.3750.3131.57
Hex286B7943C035be3220
Octal50153171103140652766240
Binary1010001101011111100110000111100011010110111110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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