#2A767A

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

Shades of Atoll #2A767A

Tints of Atoll #2A767A

Color information

#2A767A (or 0x2A767A) is unknown color: approx Atoll. HEX triplet: 2A, 76 and 7A. RGB value is (42,118,122). Sum of RGB (Red+Green+Blue) = 42+118+122=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A767A is #D58985. Grayscale: #5F5F5F. Windows color (decimal): -13994374 or 8025642. OLE color: 8025642.

HSL color Cylindrical-coordinate representation of color #2A767A: hue angle of 183º 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 #2A767A is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB42118122-
CMYK0.660.0300.52
HSL183º48.78%32.16%-
HSV(B)183º65.57%47.84%-
XYZ10.9514.8520.7-
YUV95.73142.8289.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.89%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=14.89%
G=41.84%
B=43.26%

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
Decimal421181220.660.0300.5218348.7832.16
Hex2A767A423034b73120
Octal5216617210230642676140
Binary10101011101101111010100001011011010010110111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,118,122); }

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

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

 a { background-color: rgb(42,118,122); }

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

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

 span { border-color: rgb(42,118,122); }

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