#304751

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

Shades of Teal Blue #304751

Tints of Teal Blue #304751

Color information

#304751 (or 0x304751) is unknown color: approx Teal Blue. HEX triplet: 30, 47 and 51. RGB value is (48,71,81). Sum of RGB (Red+Green+Blue) = 48+71+81=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #304751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304751 is #CFB8AE. Grayscale: #414141. Windows color (decimal): -13613231 or 5326640. OLE color: 5326640.

HSL color Cylindrical-coordinate representation of color #304751: hue angle of 198.18º 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 #304751 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB487181-
CMYK0.410.1200.68
HSL198.18º25.58%25.29%-
HSV(B)198.18º40.74%31.76%-
XYZ4.965.738.63-
YUV65.26136.88115.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=24%
G=35.5%
B=40.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4871810.410.1200.68198.1825.5825.29
Hex30475129C044c61a19
Octal60107121511401043063231
Binary11000010001111010001101001110001000100110001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304751; }

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

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

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

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

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

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

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

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