#304C53

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

Shades of Teal Blue #304C53

Tints of Teal Blue #304C53

Color information

#304C53 (or 0x304C53) is unknown color: approx Teal Blue. HEX triplet: 30, 4C and 53. RGB value is (48,76,83). Sum of RGB (Red+Green+Blue) = 48+76+83=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #304C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C53 is #CFB3AC. Grayscale: #444444. Windows color (decimal): -13611949 or 5458992. OLE color: 5458992.

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

Color convert

RGB487683-
CMYK0.420.0800.67
HSL192º26.72%25.69%-
HSV(B)192º42.17%32.55%-
XYZ5.366.429.14-
YUV68.43136.22113.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=23.19%
G=36.71%
B=40.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4876830.420.0800.6719226.7225.69
Hex304C532A8043c01b1a
Octal60114123521001033003332
Binary11000010011001010011101010100001000011110000001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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