#2A7682

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

Shades of Atoll #2A7682

Tints of Atoll #2A7682

Color information

#2A7682 (or 0x2A7682) is unknown color: approx Atoll. HEX triplet: 2A, 76 and 82. RGB value is (42,118,130). Sum of RGB (Red+Green+Blue) = 42+118+130=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #2A7682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7682 is #D5897D. Grayscale: #606060. Windows color (decimal): -13994366 or 8549930. OLE color: 8549930.

HSL color Cylindrical-coordinate representation of color #2A7682: hue angle of 188.18º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A7682 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB42118130-
CMYK0.680.0900.49
HSL188.18º51.16%33.73%-
HSV(B)188.18º67.69%50.98%-
XYZ11.4615.0623.42-
YUV96.64146.8289.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.48%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=14.48%
G=40.69%
B=44.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal421181300.680.0900.49188.1851.1633.73
Hex2A7682449031bc3322
Octal52166202104110612746342
Binary10101011101101000001010001001001011000110111100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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