#2B696D

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

Shades of Atoll #2B696D

Tints of Atoll #2B696D

Color information

#2B696D (or 0x2B696D) is unknown color: approx Atoll. HEX triplet: 2B, 69 and 6D. RGB value is (43,105,109). Sum of RGB (Red+Green+Blue) = 43+105+109=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B696D is #D49692. Grayscale: #565656. Windows color (decimal): -13932179 or 7170347. OLE color: 7170347.

HSL color Cylindrical-coordinate representation of color #2B696D: hue angle of 183.64º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B696D is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB43105109-
CMYK0.610.0400.57
HSL183.64º43.42%29.8%-
HSV(B)183.64º60.55%42.75%-
XYZ8.8111.7216.27-
YUV86.92140.4696.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.73%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=16.73%
G=40.86%
B=42.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal431051090.610.0400.57183.6443.4229.8
Hex2B696D3D4039b82b1e
Octal531511557540712705336
Binary1010111101001110110111110110001110011011100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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