#2A767E

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

Shades of Atoll #2A767E

Tints of Atoll #2A767E

Color information

#2A767E (or 0x2A767E) is unknown color: approx Atoll. HEX triplet: 2A, 76 and 7E. RGB value is (42,118,126). Sum of RGB (Red+Green+Blue) = 42+118+126=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #2A767E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A767E is #D58981. Grayscale: #606060. Windows color (decimal): -13994370 or 8287786. OLE color: 8287786.

HSL color Cylindrical-coordinate representation of color #2A767E: hue angle of 185.71º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A767E is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB42118126-
CMYK0.670.0600.51
HSL185.71º50%32.94%-
HSV(B)185.71º66.67%49.41%-
XYZ11.214.9622.04-
YUV96.19144.8289.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.69%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 126 (49.61% from 255) = 44.06%
R=14.69%
G=41.26%
B=44.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal421181260.670.0600.51185.715032.94
Hex2A767E436033ba3221
Octal5216617610360632726241
Binary101010111011011111101000011110011001110111010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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