#304F79

Color #304F79 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #304F79

Tints of St Tropaz #304F79

Color information

#304F79 (or 0x304F79) is unknown color: approx St Tropaz. HEX triplet: 30, 4F and 79. RGB value is (48,79,121). Sum of RGB (Red+Green+Blue) = 48+79+121=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #304F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F79 is #CFB086. Grayscale: #4A4A4A. Windows color (decimal): -13611143 or 7950128. OLE color: 7950128.

HSL color Cylindrical-coordinate representation of color #304F79: hue angle of 214.52º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304F79 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4879121-
CMYK0.600.3500.53
HSL214.52º43.2%33.14%-
HSV(B)214.52º60.33%47.45%-
XYZ7.477.619.16-
YUV74.52154.23109.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 121 (47.66% from 255) = 48.79%
R=19.35%
G=31.85%
B=48.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48791210.600.3500.53214.5243.233.14
Hex304F793C23035d72b21
Octal6011717174430653275341
Binary11000010011111111001111100100011011010111010111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,79,121); }

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

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

 a { background-color: rgb(48,79,121); }

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

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

 span { border-color: rgb(48,79,121); }

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