#304C54

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

Shades of Teal Blue #304C54

Tints of Teal Blue #304C54

Color information

#304C54 (or 0x304C54) is unknown color: approx Teal Blue. HEX triplet: 30, 4C and 54. RGB value is (48,76,84). Sum of RGB (Red+Green+Blue) = 48+76+84=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #304C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C54 is #CFB3AB. Grayscale: #444444. Windows color (decimal): -13611948 or 5524528. OLE color: 5524528.

HSL color Cylindrical-coordinate representation of color #304C54: hue angle of 193.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #304C54 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB487684-
CMYK0.430.1000.67
HSL193.33º27.27%25.88%-
HSV(B)193.33º42.86%32.94%-
XYZ5.46.449.35-
YUV68.54136.72113.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=23.08%
G=36.54%
B=40.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4876840.430.1000.67193.3327.2725.88
Hex304C542BA043c11b1a
Octal60114124531201033013332
Binary11000010011001010100101011101001000011110000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,76,84); }

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

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

 a { background-color: rgb(48,76,84); }

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

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

 span { border-color: rgb(48,76,84); }

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