#304955

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

Shades of Teal Blue #304955

Tints of Teal Blue #304955

Color information

#304955 (or 0x304955) is unknown color: approx Teal Blue. HEX triplet: 30, 49 and 55. RGB value is (48,73,85). Sum of RGB (Red+Green+Blue) = 48+73+85=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #304955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304955 is #CFB6AA. Grayscale: #424242. Windows color (decimal): -13612715 or 5589296. OLE color: 5589296.

HSL color Cylindrical-coordinate representation of color #304955: hue angle of 199.46º 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 #304955 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB487385-
CMYK0.440.1400.67
HSL199.46º27.82%26.08%-
HSV(B)199.46º43.53%33.33%-
XYZ5.246.059.49-
YUV66.89138.22114.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=23.30%
G=35.44%
B=41.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4873850.440.1400.67199.4627.8226.08
Hex3049552CE043c71c1a
Octal60111125541601033073432
Binary11000010010011010101101100111001000011110001111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304955; }

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

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

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

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

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

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

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

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