#304B56

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

Shades of Teal Blue #304B56

Tints of Teal Blue #304B56

Color information

#304B56 (or 0x304B56) is unknown color: approx Teal Blue. HEX triplet: 30, 4B and 56. RGB value is (48,75,86). Sum of RGB (Red+Green+Blue) = 48+75+86=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #304B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B56 is #CFB4A9. Grayscale: #444444. Windows color (decimal): -13612202 or 5655344. OLE color: 5655344.

HSL color Cylindrical-coordinate representation of color #304B56: hue angle of 197.37º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304B56 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB487586-
CMYK0.440.1300.66
HSL197.37º28.36%26.27%-
HSV(B)197.37º44.19%33.73%-
XYZ5.416.339.74-
YUV68.18138.05113.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=22.97%
G=35.89%
B=41.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4875860.440.1300.66197.3728.3626.27
Hex304B562CD042c51c1a
Octal60113126541501023053432
Binary11000010010111010110101100110101000010110001011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304B56; }

 p { color: rgb(48,75,86); }

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

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

 a { background-color: rgb(48,75,86); }

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

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

 span { border-color: rgb(48,75,86); }

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