#2B7987

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

Shades of Atoll #2B7987

Tints of Atoll #2B7987

Color information

#2B7987 (or 0x2B7987) is unknown color: approx Atoll. HEX triplet: 2B, 79 and 87. RGB value is (43,121,135). Sum of RGB (Red+Green+Blue) = 43+121+135=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B7987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7987 is #D48678. Grayscale: #636363. Windows color (decimal): -13928057 or 8878379. OLE color: 8878379.

HSL color Cylindrical-coordinate representation of color #2B7987: hue angle of 189.13º 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 #2B7987 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB43121135-
CMYK0.680.1000.47
HSL189.13º51.69%34.9%-
HSV(B)189.13º68.15%52.94%-
XYZ12.2115.9425.35-
YUV99.27148.1687.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.38%
GREEN value IS 121 (47.66% from 255) = 40.47%
BLUE value IS 135 (53.12% from 255) = 45.15%
R=14.38%
G=40.47%
B=45.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431211350.680.1000.47189.1351.6934.9
Hex2B798744A02Fbd3423
Octal53171207104120572756443
Binary10101111110011000011110001001010010111110111101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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