#286B76

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

Shades of Allports #286B76

Tints of Allports #286B76

Color information

#286B76 (or 0x286B76) is unknown color: approx Allports. HEX triplet: 28, 6B and 76. RGB value is (40,107,118). Sum of RGB (Red+Green+Blue) = 40+107+118=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #286B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B76 is #D79489. Grayscale: #585858. Windows color (decimal): -14128266 or 7760680. OLE color: 7760680.

HSL color Cylindrical-coordinate representation of color #286B76: hue angle of 188.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #286B76 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB40107118-
CMYK0.660.0900.54
HSL188.46º49.37%30.98%-
HSV(B)188.46º66.1%46.27%-
XYZ9.412.2719.01-
YUV88.22144.893.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=15.09%
G=40.38%
B=44.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal401071180.660.0900.54188.4649.3730.98
Hex286B76429036bc311f
Octal50153166102110662746137
Binary101000110101111101101000010100101101101011110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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