#304951

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

Shades of Teal Blue #304951

Tints of Teal Blue #304951

Color information

#304951 (or 0x304951) is unknown color: approx Teal Blue. HEX triplet: 30, 49 and 51. RGB value is (48,73,81). Sum of RGB (Red+Green+Blue) = 48+73+81=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #304951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304951 is #CFB6AE. Grayscale: #424242. Windows color (decimal): -13612719 or 5327152. OLE color: 5327152.

HSL color Cylindrical-coordinate representation of color #304951: hue angle of 194.55º 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 #304951 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB487381-
CMYK0.410.1000.68
HSL194.55º25.58%25.29%-
HSV(B)194.55º40.74%31.76%-
XYZ5.095.998.67-
YUV66.44136.22114.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.76%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 81 (32.03% from 255) = 40.10%
R=23.76%
G=36.14%
B=40.10%

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
Decimal4873810.410.1000.68194.5525.5825.29
Hex30495129A044c31a19
Octal60111121511201043033231
Binary11000010010011010001101001101001000100110000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304951; }

 p { color: rgb(48,73,81); }

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

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

 a { background-color: rgb(48,73,81); }

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

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

 span { border-color: rgb(48,73,81); }

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