#304753

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

Shades of Teal Blue #304753

Tints of Teal Blue #304753

Color information

#304753 (or 0x304753) is unknown color: approx Teal Blue. HEX triplet: 30, 47 and 53. RGB value is (48,71,83). Sum of RGB (Red+Green+Blue) = 48+71+83=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #304753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304753 is #CFB8AC. Grayscale: #414141. Windows color (decimal): -13613229 or 5457712. OLE color: 5457712.

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

Color convert

RGB487183-
CMYK0.420.1400.67
HSL200.57º26.72%25.69%-
HSV(B)200.57º42.17%32.55%-
XYZ5.035.769.03-
YUV65.49137.88115.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.76%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=23.76%
G=35.15%
B=41.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4871830.420.1400.67200.5726.7225.69
Hex3047532AE043c91b1a
Octal60107123521601033113332
Binary11000010001111010011101010111001000011110010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304753; }

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

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

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

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

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

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

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

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