#304851

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

Shades of Teal Blue #304851

Tints of Teal Blue #304851

Color information

#304851 (or 0x304851) is unknown color: approx Teal Blue. HEX triplet: 30, 48 and 51. RGB value is (48,72,81). Sum of RGB (Red+Green+Blue) = 48+72+81=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #304851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304851 is #CFB7AE. Grayscale: #414141. Windows color (decimal): -13612975 or 5326896. OLE color: 5326896.

HSL color Cylindrical-coordinate representation of color #304851: hue angle of 196.36º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304851 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB487281-
CMYK0.410.1100.68
HSL196.36º25.58%25.29%-
HSV(B)196.36º40.74%31.76%-
XYZ5.025.868.65-
YUV65.85136.55115.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=23.88%
G=35.82%
B=40.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4872810.410.1100.68196.3625.5825.29
Hex30485129B044c41a19
Octal60110121511301043043231
Binary11000010010001010001101001101101000100110001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304851; }

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

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

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

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

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

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

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

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