#2A777B

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

Shades of Atoll #2A777B

Tints of Atoll #2A777B

Color information

#2A777B (or 0x2A777B) is unknown color: approx Atoll. HEX triplet: 2A, 77 and 7B. RGB value is (42,119,123). Sum of RGB (Red+Green+Blue) = 42+119+123=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A777B is #D58884. Grayscale: #606060. Windows color (decimal): -13994117 or 8091434. OLE color: 8091434.

HSL color Cylindrical-coordinate representation of color #2A777B: hue angle of 182.96º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A777B is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB42119123-
CMYK0.660.0300.52
HSL182.96º49.09%32.35%-
HSV(B)182.96º65.85%48.24%-
XYZ11.1315.1221.07-
YUV96.43142.9989.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.79%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 123 (48.44% from 255) = 43.31%
R=14.79%
G=41.90%
B=43.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal421191230.660.0300.52182.9649.0932.35
Hex2A777B423034b73120
Octal5216717310230642676140
Binary10101011101111111011100001011011010010110111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,119,123); }

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

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

 a { background-color: rgb(42,119,123); }

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

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

 span { border-color: rgb(42,119,123); }

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