#2A4C55

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

Shades of Teal Blue #2A4C55

Tints of Teal Blue #2A4C55

Color information

#2A4C55 (or 0x2A4C55) is unknown color: approx Teal Blue. HEX triplet: 2A, 4C and 55. RGB value is (42,76,85). Sum of RGB (Red+Green+Blue) = 42+76+85=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A4C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4C55 is #D5B3AA. Grayscale: #424242. Windows color (decimal): -14005163 or 5590058. OLE color: 5590058.

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

Color convert

RGB427685-
CMYK0.510.1100.67
HSL192.56º33.86%24.9%-
HSV(B)192.56º50.59%33.33%-
XYZ5.186.329.54-
YUV66.86138.24110.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=20.69%
G=37.44%
B=41.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4276850.510.1100.67192.5633.8624.9
Hex2A4C5533B043c12219
Octal52114125631301033014231
Binary101010100110010101011100111011010000111100000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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