#2B8587

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

Shades of Atoll #2B8587

Tints of Atoll #2B8587

Color information

#2B8587 (or 0x2B8587) is unknown color: approx Atoll. HEX triplet: 2B, 85 and 87. RGB value is (43,133,135). Sum of RGB (Red+Green+Blue) = 43+133+135=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B8587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8587 is #D47A78. Grayscale: #6A6A6A. Windows color (decimal): -13924985 or 8881451. OLE color: 8881451.

HSL color Cylindrical-coordinate representation of color #2B8587: hue angle of 181.3º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8587 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB43133135-
CMYK0.680.0100.47
HSL181.3º51.69%34.9%-
HSV(B)181.3º68.15%52.94%-
XYZ13.7619.0425.87-
YUV106.32144.1882.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=13.83%
G=42.77%
B=43.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431331350.680.0100.47181.351.6934.9
Hex2B858744102Fb53423
Octal5320520710410572656443
Binary101011100001011000011110001001010111110110101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,133,135); }

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

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

 a { background-color: rgb(43,133,135); }

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

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

 span { border-color: rgb(43,133,135); }

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