#2A4852

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

Shades of Teal Blue #2A4852

Tints of Teal Blue #2A4852

Color information

#2A4852 (or 0x2A4852) is unknown color: approx Teal Blue. HEX triplet: 2A, 48 and 52. RGB value is (42,72,82). Sum of RGB (Red+Green+Blue) = 42+72+82=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #2A4852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4852 is #D5B7AD. Grayscale: #404040. Windows color (decimal): -14006190 or 5392426. OLE color: 5392426.

HSL color Cylindrical-coordinate representation of color #2A4852: hue angle of 195º 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 #2A4852 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB427282-
CMYK0.490.1200.68
HSL195º32.26%24.31%-
HSV(B)195º48.78%32.16%-
XYZ4.85.748.84-
YUV64.17138.06112.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.43%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=21.43%
G=36.73%
B=41.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4272820.490.1200.6819532.2624.31
Hex2A485231C044c32018
Octal52110122611401043034030
Binary101010100100010100101100011100010001001100001110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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