#304954

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

Shades of Teal Blue #304954

Tints of Teal Blue #304954

Color information

#304954 (or 0x304954) is unknown color: approx Teal Blue. HEX triplet: 30, 49 and 54. RGB value is (48,73,84). Sum of RGB (Red+Green+Blue) = 48+73+84=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: blue. Hex color #304954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304954 is #CFB6AB. Grayscale: #424242. Windows color (decimal): -13612716 or 5523760. OLE color: 5523760.

HSL color Cylindrical-coordinate representation of color #304954: hue angle of 198.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 #304954 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB487384-
CMYK0.430.1300.67
HSL198.33º27.27%25.88%-
HSV(B)198.33º42.86%32.94%-
XYZ5.26.039.28-
YUV66.78137.72114.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 73 (28.91% from 255) = 35.61%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=23.41%
G=35.61%
B=40.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4873840.430.1300.67198.3327.2725.88
Hex3049542BD043c61b1a
Octal60111124531501033063332
Binary11000010010011010100101011110101000011110001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304954; }

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

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

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

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

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

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

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

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