#304D57

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

Shades of Teal Blue #304D57

Tints of Teal Blue #304D57

Color information

#304D57 (or 0x304D57) is unknown color: approx Teal Blue. HEX triplet: 30, 4D and 57. RGB value is (48,77,87). Sum of RGB (Red+Green+Blue) = 48+77+87=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #304D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D57 is #CFB2A8. Grayscale: #454545. Windows color (decimal): -13611689 or 5721392. OLE color: 5721392.

HSL color Cylindrical-coordinate representation of color #304D57: hue angle of 195.38º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304D57 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB487787-
CMYK0.450.1100.66
HSL195.38º28.89%26.47%-
HSV(B)195.38º44.83%34.12%-
XYZ5.596.6210-
YUV69.47137.89112.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 77 (30.47% from 255) = 36.32%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=22.64%
G=36.32%
B=41.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4877870.450.1100.66195.3828.8926.47
Hex304D572DB042c31d1a
Octal60115127551301023033532
Binary11000010011011010111101101101101000010110000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,77,87); }

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

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

 a { background-color: rgb(48,77,87); }

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

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

 span { border-color: rgb(48,77,87); }

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