#2A7989

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

Shades of Atoll #2A7989

Tints of Atoll #2A7989

Color information

#2A7989 (or 0x2A7989) is unknown color: approx Atoll. HEX triplet: 2A, 79 and 89. RGB value is (42,121,137). Sum of RGB (Red+Green+Blue) = 42+121+137=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A7989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7989 is #D58676. Grayscale: #636363. Windows color (decimal): -13993591 or 9009450. OLE color: 9009450.

HSL color Cylindrical-coordinate representation of color #2A7989: hue angle of 190.11º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A7989 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB42121137-
CMYK0.690.1200.46
HSL190.11º53.07%35.1%-
HSV(B)190.11º69.34%53.73%-
XYZ12.3115.9726.1-
YUV99.2149.3387.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14%
GREEN value IS 121 (47.66% from 255) = 40.33%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=14%
G=40.33%
B=45.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal421211370.690.1200.46190.1153.0735.1
Hex2A798945C02Ebe3523
Octal52171211105140562766543
Binary10101011110011000100110001011100010111010111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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