#2A7880

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

Shades of Atoll #2A7880

Tints of Atoll #2A7880

Color information

#2A7880 (or 0x2A7880) is unknown color: approx Atoll. HEX triplet: 2A, 78 and 80. RGB value is (42,120,128). Sum of RGB (Red+Green+Blue) = 42+120+128=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #2A7880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7880 is #D5877F. Grayscale: #616161. Windows color (decimal): -13993856 or 8419370. OLE color: 8419370.

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

Color convert

RGB42120128-
CMYK0.670.0600.50
HSL185.58º50.59%33.33%-
HSV(B)185.58º67.19%50.2%-
XYZ11.5715.4822.8-
YUV97.59145.1688.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.48%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=14.48%
G=41.38%
B=44.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal421201280.670.0600.50185.5850.5933.33
Hex2A7880436032ba3321
Octal5217020010360622726341
Binary1010101111000100000001000011110011001010111010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,120,128); }

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

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

 a { background-color: rgb(42,120,128); }

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

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

 span { border-color: rgb(42,120,128); }

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