#286C75

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

Shades of Allports #286C75

Tints of Allports #286C75

Color information

#286C75 (or 0x286C75) is unknown color: approx Allports. HEX triplet: 28, 6C and 75. RGB value is (40,108,117). Sum of RGB (Red+Green+Blue) = 40+108+117=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #286C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C75 is #D7938A. Grayscale: #585858. Windows color (decimal): -14128011 or 7695400. OLE color: 7695400.

HSL color Cylindrical-coordinate representation of color #286C75: hue angle of 187.01º 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 #286C75 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB40108117-
CMYK0.660.0800.54
HSL187.01º49.04%30.78%-
HSV(B)187.01º65.81%45.88%-
XYZ9.4512.4618.74-
YUV88.69143.9793.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 108 (42.58% from 255) = 40.75%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=15.09%
G=40.75%
B=44.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal401081170.660.0800.54187.0149.0430.78
Hex286C75428036bb311f
Octal50154165102100662736137
Binary101000110110011101011000010100001101101011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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