#304A50

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

Shades of Teal Blue #304A50

Tints of Teal Blue #304A50

Color information

#304A50 (or 0x304A50) is unknown color: approx Teal Blue. HEX triplet: 30, 4A and 50. RGB value is (48,74,80). Sum of RGB (Red+Green+Blue) = 48+74+80=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #304A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A50 is #CFB5AF. Grayscale: #424242. Windows color (decimal): -13612464 or 5261872. OLE color: 5261872.

HSL color Cylindrical-coordinate representation of color #304A50: hue angle of 191.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304A50 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB487480-
CMYK0.400.0800.69
HSL191.25º25%25.1%-
HSV(B)191.25º40%31.37%-
XYZ5.126.118.5-
YUV66.91135.39114.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.76%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=23.76%
G=36.63%
B=39.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4874800.400.0800.69191.252525.1
Hex304A50288045bf1919
Octal60112120501001052773131
Binary11000010010101010000101000100001000101101111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,74,80); }

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

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

 a { background-color: rgb(48,74,80); }

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

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

 span { border-color: rgb(48,74,80); }

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