#304A52

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

Shades of Teal Blue #304A52

Tints of Teal Blue #304A52

Color information

#304A52 (or 0x304A52) is unknown color: approx Teal Blue. HEX triplet: 30, 4A and 52. RGB value is (48,74,82). Sum of RGB (Red+Green+Blue) = 48+74+82=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #304A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A52 is #CFB5AD. Grayscale: #434343. Windows color (decimal): -13612462 or 5392944. OLE color: 5392944.

HSL color Cylindrical-coordinate representation of color #304A52: hue angle of 194.12º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304A52 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB487482-
CMYK0.410.1000.68
HSL194.12º26.15%25.49%-
HSV(B)194.12º41.46%32.16%-
XYZ5.196.148.89-
YUV67.14136.39114.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=23.53%
G=36.27%
B=40.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4874820.410.1000.68194.1226.1525.49
Hex304A5229A044c21a19
Octal60112122511201043023231
Binary11000010010101010010101001101001000100110000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304A52; }

 p { color: rgb(48,74,82); }

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

<style>
 a { background-color: #304A52; }

 a { background-color: rgb(48,74,82); }

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

<style>
 span { border-color: #304A52; }

 span { border-color: rgb(48,74,82); }

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