#2A4854

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

Shades of Teal Blue #2A4854

Tints of Teal Blue #2A4854

Color information

#2A4854 (or 0x2A4854) is unknown color: approx Teal Blue. HEX triplet: 2A, 48 and 54. RGB value is (42,72,84). Sum of RGB (Red+Green+Blue) = 42+72+84=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A4854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4854 is #D5B7AB. Grayscale: #404040. Windows color (decimal): -14006188 or 5523498. OLE color: 5523498.

HSL color Cylindrical-coordinate representation of color #2A4854: hue angle of 197.14º 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 #2A4854 is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB427284-
CMYK0.50.1400.67
HSL197.14º33.33%24.71%-
HSV(B)197.14º50%32.94%-
XYZ4.875.779.24-
YUV64.4139.06112.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.21%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 84 (33.20% from 255) = 42.42%
R=21.21%
G=36.36%
B=42.42%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4272840.50.1400.67197.1433.3324.71
Hex2A485432E043c52119
Octal52110124621601033054131
Binary101010100100010101001100101110010000111100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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