#2B7778

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

Shades of Atoll #2B7778

Tints of Atoll #2B7778

Color information

#2B7778 (or 0x2B7778) is unknown color: approx Atoll. HEX triplet: 2B, 77 and 78. RGB value is (43,119,120). Sum of RGB (Red+Green+Blue) = 43+119+120=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B7778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7778 is #D48887. Grayscale: #606060. Windows color (decimal): -13928584 or 7894827. OLE color: 7894827.

HSL color Cylindrical-coordinate representation of color #2B7778: hue angle of 180.78º degrees, saturation: 0.47, 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 #2B7778 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB43119120-
CMYK0.640.0100.53
HSL180.78º47.24%31.96%-
HSV(B)180.78º64.17%47.06%-
XYZ10.9815.0620.1-
YUV96.39141.3289.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.25%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 120 (47.27% from 255) = 42.55%
R=15.25%
G=42.20%
B=42.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431191200.640.0100.53180.7847.2431.96
Hex2B7778401035b52f20
Octal5316717010010652655740
Binary1010111110111111100010000001011010110110101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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