#304854

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

Shades of Teal Blue #304854

Tints of Teal Blue #304854

Color information

#304854 (or 0x304854) is unknown color: approx Teal Blue. HEX triplet: 30, 48 and 54. RGB value is (48,72,84). Sum of RGB (Red+Green+Blue) = 48+72+84=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #304854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304854 is #CFB7AB. Grayscale: #424242. Windows color (decimal): -13612972 or 5523504. OLE color: 5523504.

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

Color convert

RGB487284-
CMYK0.430.1400.67
HSL200º27.27%25.88%-
HSV(B)200º42.86%32.94%-
XYZ5.145.99.26-
YUV66.19138.05115.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=23.53%
G=35.29%
B=41.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4872840.430.1400.6720027.2725.88
Hex3048542BE043c81b1a
Octal60110124531601033103332
Binary11000010010001010100101011111001000011110010001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304854; }

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

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

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

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

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

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

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

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