#2A4752

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

Shades of Teal Blue #2A4752

Tints of Teal Blue #2A4752

Color information

#2A4752 (or 0x2A4752) is unknown color: approx Teal Blue. HEX triplet: 2A, 47 and 52. RGB value is (42,71,82). Sum of RGB (Red+Green+Blue) = 42+71+82=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #2A4752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4752 is #D5B8AD. Grayscale: #3F3F3F. Windows color (decimal): -14006446 or 5392170. OLE color: 5392170.

HSL color Cylindrical-coordinate representation of color #2A4752: hue angle of 196.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A4752 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB427182-
CMYK0.490.1300.68
HSL196.5º32.26%24.31%-
HSV(B)196.5º48.78%32.16%-
XYZ4.735.618.82-
YUV63.58138.39112.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.54%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=21.54%
G=36.41%
B=42.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4271820.490.1300.68196.532.2624.31
Hex2A475231D044c42018
Octal52107122611501043044030
Binary101010100011110100101100011101010001001100010010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,71,82); }

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

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

 a { background-color: rgb(42,71,82); }

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

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

 span { border-color: rgb(42,71,82); }

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