#2B7779

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

Shades of Atoll #2B7779

Tints of Atoll #2B7779

Color information

#2B7779 (or 0x2B7779) is unknown color: approx Atoll. HEX triplet: 2B, 77 and 79. RGB value is (43,119,121). Sum of RGB (Red+Green+Blue) = 43+119+121=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B7779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7779 is #D48886. Grayscale: #606060. Windows color (decimal): -13928583 or 7960363. OLE color: 7960363.

HSL color Cylindrical-coordinate representation of color #2B7779: hue angle of 181.54º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7779 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB43119121-
CMYK0.640.0200.53
HSL181.54º47.56%32.16%-
HSV(B)181.54º64.46%47.45%-
XYZ11.0415.0920.42-
YUV96.5141.8289.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=15.19%
G=42.05%
B=42.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431191210.640.0200.53181.5447.5632.16
Hex2B7779402035b63020
Octal5316717110020652666040
Binary10101111101111111001100000010011010110110110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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