#2A4954

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

Shades of Teal Blue #2A4954

Tints of Teal Blue #2A4954

Color information

#2A4954 (or 0x2A4954) is unknown color: approx Teal Blue. HEX triplet: 2A, 49 and 54. RGB value is (42,73,84). Sum of RGB (Red+Green+Blue) = 42+73+84=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A4954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4954 is #D5B6AB. Grayscale: #404040. Windows color (decimal): -14005932 or 5523754. OLE color: 5523754.

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

Color convert

RGB427384-
CMYK0.50.1300.67
HSL195.71º33.33%24.71%-
HSV(B)195.71º50%32.94%-
XYZ4.945.99.27-
YUV64.98138.73111.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.11%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=21.11%
G=36.68%
B=42.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4273840.50.1300.67195.7133.3324.71
Hex2A495432D043c42119
Octal52111124621501033044131
Binary101010100100110101001100101101010000111100010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,73,84); }

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

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

 a { background-color: rgb(42,73,84); }

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

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

 span { border-color: rgb(42,73,84); }

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