#2B696C

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

Shades of Atoll #2B696C

Tints of Atoll #2B696C

Color information

#2B696C (or 0x2B696C) is unknown color: approx Atoll. HEX triplet: 2B, 69 and 6C. RGB value is (43,105,108). Sum of RGB (Red+Green+Blue) = 43+105+108=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B696C is #D49693. Grayscale: #565656. Windows color (decimal): -13932180 or 7104811. OLE color: 7104811.

HSL color Cylindrical-coordinate representation of color #2B696C: hue angle of 182.77º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B696C is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB43105108-
CMYK0.600.0300.58
HSL182.77º43.05%29.61%-
HSV(B)182.77º60.19%42.35%-
XYZ8.7511.715.98-
YUV86.8139.9696.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 108 (42.58% from 255) = 42.19%
R=16.80%
G=41.02%
B=42.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal431051080.600.0300.58182.7743.0529.61
Hex2B696C3C303Ab72b1e
Octal531511547430722675336
Binary101011110100111011001111001101110101011011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B696C; }

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

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

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

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

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

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

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

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