#2A4654

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

Shades of Teal Blue #2A4654

Tints of Teal Blue #2A4654

Color information

#2A4654 (or 0x2A4654) is unknown color: approx Teal Blue. HEX triplet: 2A, 46 and 54. RGB value is (42,70,84). Sum of RGB (Red+Green+Blue) = 42+70+84=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A4654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4654 is #D5B9AB. Grayscale: #3F3F3F. Windows color (decimal): -14006700 or 5522986. OLE color: 5522986.

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

Color convert

RGB427084-
CMYK0.50.1700.67
HSL200º33.33%24.71%-
HSV(B)200º50%32.94%-
XYZ4.755.519.2-
YUV63.22139.72112.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.43%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=21.43%
G=35.71%
B=42.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4270840.50.1700.6720033.3324.71
Hex2A46543211043c82119
Octal52106124622101033104131
Binary1010101000110101010011001010001010000111100100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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