#304C55

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

Shades of Teal Blue #304C55

Tints of Teal Blue #304C55

Color information

#304C55 (or 0x304C55) is unknown color: approx Teal Blue. HEX triplet: 30, 4C and 55. RGB value is (48,76,85). Sum of RGB (Red+Green+Blue) = 48+76+85=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #304C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C55 is #CFB3AA. Grayscale: #444444. Windows color (decimal): -13611947 or 5590064. OLE color: 5590064.

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

Color convert

RGB487685-
CMYK0.440.1100.67
HSL194.59º27.82%26.08%-
HSV(B)194.59º43.53%33.33%-
XYZ5.446.459.55-
YUV68.65137.22113.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=22.97%
G=36.36%
B=40.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4876850.440.1100.67194.5927.8226.08
Hex304C552CB043c31c1a
Octal60114125541301033033432
Binary11000010011001010101101100101101000011110000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,76,85); }

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

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

 a { background-color: rgb(48,76,85); }

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

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

 span { border-color: rgb(48,76,85); }

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