#286D7A

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

Shades of Allports #286D7A

Tints of Allports #286D7A

Color information

#286D7A (or 0x286D7A) is unknown color: approx Allports. HEX triplet: 28, 6D and 7A. RGB value is (40,109,122). Sum of RGB (Red+Green+Blue) = 40+109+122=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #286D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D7A is #D79285. Grayscale: #595959. Windows color (decimal): -14127750 or 8023336. OLE color: 8023336.

HSL color Cylindrical-coordinate representation of color #286D7A: hue angle of 189.51º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #286D7A is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB40109122-
CMYK0.670.1100.52
HSL189.51º50.62%31.76%-
HSV(B)189.51º67.21%47.84%-
XYZ9.8612.7920.36-
YUV89.85146.1492.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.76%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 122 (48.05% from 255) = 45.02%
R=14.76%
G=40.22%
B=45.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401091220.670.1100.52189.5150.6231.76
Hex286D7A43B034be3320
Octal50155172103130642766340
Binary1010001101101111101010000111011011010010111110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,109,122); }

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

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

 a { background-color: rgb(40,109,122); }

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

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

 span { border-color: rgb(40,109,122); }

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