#2A4C56

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

Shades of Teal Blue #2A4C56

Tints of Teal Blue #2A4C56

Color information

#2A4C56 (or 0x2A4C56) is unknown color: approx Teal Blue. HEX triplet: 2A, 4C and 56. RGB value is (42,76,86). Sum of RGB (Red+Green+Blue) = 42+76+86=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A4C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4C56 is #D5B3A9. Grayscale: #424242. Windows color (decimal): -14005162 or 5655594. OLE color: 5655594.

HSL color Cylindrical-coordinate representation of color #2A4C56: hue angle of 193.64º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4C56 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB427686-
CMYK0.510.1200.66
HSL193.64º34.38%25.1%-
HSV(B)193.64º51.16%33.73%-
XYZ5.226.339.75-
YUV66.97138.74110.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=20.59%
G=37.25%
B=42.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4276860.510.1200.66193.6434.3825.1
Hex2A4C5633C042c22219
Octal52114126631401023024231
Binary101010100110010101101100111100010000101100001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,76,86); }

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

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

 a { background-color: rgb(42,76,86); }

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

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

 span { border-color: rgb(42,76,86); }

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