#304853

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

Shades of Teal Blue #304853

Tints of Teal Blue #304853

Color information

#304853 (or 0x304853) is unknown color: approx Teal Blue. HEX triplet: 30, 48 and 53. RGB value is (48,72,83). Sum of RGB (Red+Green+Blue) = 48+72+83=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #304853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304853 is #CFB7AC. Grayscale: #424242. Windows color (decimal): -13612973 or 5457968. OLE color: 5457968.

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

Color convert

RGB487283-
CMYK0.420.1300.67
HSL198.86º26.72%25.69%-
HSV(B)198.86º42.17%32.55%-
XYZ5.15.899.05-
YUV66.08137.55115.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=23.65%
G=35.47%
B=40.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4872830.420.1300.67198.8626.7225.69
Hex3048532AD043c71b1a
Octal60110123521501033073332
Binary11000010010001010011101010110101000011110001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304853; }

 p { color: rgb(48,72,83); }

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

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

 a { background-color: rgb(48,72,83); }

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

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

 span { border-color: rgb(48,72,83); }

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