#2A7579

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

Shades of Atoll #2A7579

Tints of Atoll #2A7579

Color information

#2A7579 (or 0x2A7579) is unknown color: approx Atoll. HEX triplet: 2A, 75 and 79. RGB value is (42,117,121). Sum of RGB (Red+Green+Blue) = 42+117+121=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A7579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7579 is #D58A86. Grayscale: #5E5E5E. Windows color (decimal): -13994631 or 7959850. OLE color: 7959850.

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

Color convert

RGB42117121-
CMYK0.650.0300.53
HSL183.04º48.47%31.96%-
HSV(B)183.04º65.29%47.45%-
XYZ10.7714.620.34-
YUV95.03142.6590.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=15%
G=41.79%
B=43.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421171210.650.0300.53183.0448.4731.96
Hex2A7579413035b73020
Octal5216517110130652676040
Binary10101011101011111001100000111011010110110111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,117,121); }

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

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

 a { background-color: rgb(42,117,121); }

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

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

 span { border-color: rgb(42,117,121); }

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