#304A55

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

Shades of Teal Blue #304A55

Tints of Teal Blue #304A55

Color information

#304A55 (or 0x304A55) is unknown color: approx Teal Blue. HEX triplet: 30, 4A and 55. RGB value is (48,74,85). Sum of RGB (Red+Green+Blue) = 48+74+85=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #304A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A55 is #CFB5AA. Grayscale: #434343. Windows color (decimal): -13612459 or 5589552. OLE color: 5589552.

HSL color Cylindrical-coordinate representation of color #304A55: hue angle of 197.84º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304A55 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB487485-
CMYK0.440.1300.67
HSL197.84º27.82%26.08%-
HSV(B)197.84º43.53%33.33%-
XYZ5.316.189.51-
YUV67.48137.89114.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=23.19%
G=35.75%
B=41.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4874850.440.1300.67197.8427.8226.08
Hex304A552CD043c61c1a
Octal60112125541501033063432
Binary11000010010101010101101100110101000011110001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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