#304F57

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

Shades of Teal Blue #304F57

Tints of Teal Blue #304F57

Color information

#304F57 (or 0x304F57) is unknown color: approx Teal Blue. HEX triplet: 30, 4F and 57. RGB value is (48,79,87). Sum of RGB (Red+Green+Blue) = 48+79+87=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #304F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F57 is #CFB0A8. Grayscale: #464646. Windows color (decimal): -13611177 or 5721904. OLE color: 5721904.

HSL color Cylindrical-coordinate representation of color #304F57: hue angle of 192.31º 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 #304F57 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB487987-
CMYK0.450.0900.66
HSL192.31º28.89%26.47%-
HSV(B)192.31º44.83%34.12%-
XYZ5.746.9110.05-
YUV70.64137.23111.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 79 (31.25% from 255) = 36.92%
BLUE value IS 87 (34.38% from 255) = 40.65%
R=22.43%
G=36.92%
B=40.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4879870.450.0900.66192.3128.8926.47
Hex304F572D9042c01d1a
Octal60117127551101023003532
Binary11000010011111010111101101100101000010110000001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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