#288687

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

Shades of Atoll #288687

Tints of Atoll #288687

Color information

#288687 (or 0x288687) is unknown color: approx Atoll. HEX triplet: 28, 86 and 87. RGB value is (40,134,135). Sum of RGB (Red+Green+Blue) = 40+134+135=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #288687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288687 is #D77978. Grayscale: #696969. Windows color (decimal): -14121337 or 8881704. OLE color: 8881704.

HSL color Cylindrical-coordinate representation of color #288687: hue angle of 180.63º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288687 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB40134135-
CMYK0.700.0100.47
HSL180.63º54.29%34.31%-
HSV(B)180.63º70.37%52.94%-
XYZ13.7719.2525.91-
YUV106.01144.3680.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.94%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=12.94%
G=43.37%
B=43.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401341350.700.0100.47180.6354.2934.31
Hex28868746102Fb53622
Octal5020620710610572656642
Binary101000100001101000011110001101010111110110101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288687; }

 p { color: rgb(40,134,135); }

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

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

 a { background-color: rgb(40,134,135); }

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

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

 span { border-color: rgb(40,134,135); }

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