#304B53

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

Shades of Teal Blue #304B53

Tints of Teal Blue #304B53

Color information

#304B53 (or 0x304B53) is unknown color: approx Teal Blue. HEX triplet: 30, 4B and 53. RGB value is (48,75,83). Sum of RGB (Red+Green+Blue) = 48+75+83=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #304B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B53 is #CFB4AC. Grayscale: #434343. Windows color (decimal): -13612205 or 5458736. OLE color: 5458736.

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

Color convert

RGB487583-
CMYK0.420.1000.67
HSL193.71º26.72%25.69%-
HSV(B)193.71º42.17%32.55%-
XYZ5.36.299.12-
YUV67.84136.55113.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=23.30%
G=36.41%
B=40.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4875830.420.1000.67193.7126.7225.69
Hex304B532AA043c21b1a
Octal60113123521201033023332
Binary11000010010111010011101010101001000011110000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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