#2A7984

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

Shades of Atoll #2A7984

Tints of Atoll #2A7984

Color information

#2A7984 (or 0x2A7984) is unknown color: approx Atoll. HEX triplet: 2A, 79 and 84. RGB value is (42,121,132). Sum of RGB (Red+Green+Blue) = 42+121+132=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A7984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7984 is #D5867B. Grayscale: #626262. Windows color (decimal): -13993596 or 8681770. OLE color: 8681770.

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

Color convert

RGB42121132-
CMYK0.680.0800.48
HSL187.33º51.72%34.12%-
HSV(B)187.33º68.18%51.76%-
XYZ11.9615.8324.26-
YUV98.63146.8387.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.24%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 132 (51.95% from 255) = 44.75%
R=14.24%
G=41.02%
B=44.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal421211320.680.0800.48187.3351.7234.12
Hex2A7984448030bb3422
Octal52171204104100602736442
Binary10101011110011000010010001001000011000010111011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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