#304752

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

Shades of Teal Blue #304752

Tints of Teal Blue #304752

Color information

#304752 (or 0x304752) is unknown color: approx Teal Blue. HEX triplet: 30, 47 and 52. RGB value is (48,71,82). Sum of RGB (Red+Green+Blue) = 48+71+82=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #304752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304752 is #CFB8AD. Grayscale: #414141. Windows color (decimal): -13613230 or 5392176. OLE color: 5392176.

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

Color convert

RGB487182-
CMYK0.410.1300.68
HSL199.41º26.15%25.49%-
HSV(B)199.41º41.46%32.16%-
XYZ55.748.83-
YUV65.38137.38115.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=23.88%
G=35.32%
B=40.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4871820.410.1300.68199.4126.1525.49
Hex30475229D044c71a19
Octal60107122511501043073231
Binary11000010001111010010101001110101000100110001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304752; }

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

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

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

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

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

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

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

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