#28696C

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

Shades of Atoll #28696C

Tints of Atoll #28696C

Color information

#28696C (or 0x28696C) is unknown color: approx Atoll. HEX triplet: 28, 69 and 6C. RGB value is (40,105,108). Sum of RGB (Red+Green+Blue) = 40+105+108=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #28696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28696C is #D79693. Grayscale: #555555. Windows color (decimal): -14128788 or 7104808. OLE color: 7104808.

HSL color Cylindrical-coordinate representation of color #28696C: hue angle of 182.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28696C is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB40105108-
CMYK0.630.0300.58
HSL182.65º45.95%29.02%-
HSV(B)182.65º62.96%42.35%-
XYZ8.6311.6415.98-
YUV85.91140.4795.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 105 (41.41% from 255) = 41.50%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=15.81%
G=41.50%
B=42.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal401051080.630.0300.58182.6545.9529.02
Hex28696C3F303Ab72e1d
Octal501511547730722675635
Binary101000110100111011001111111101110101011011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28696C; }

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

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

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

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

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

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

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

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