#304F77

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

Shades of St Tropaz #304F77

Tints of St Tropaz #304F77

Color information

#304F77 (or 0x304F77) is unknown color: approx St Tropaz. HEX triplet: 30, 4F and 77. RGB value is (48,79,119). Sum of RGB (Red+Green+Blue) = 48+79+119=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #304F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F77 is #CFB088. Grayscale: #4A4A4A. Windows color (decimal): -13611145 or 7819056. OLE color: 7819056.

HSL color Cylindrical-coordinate representation of color #304F77: hue angle of 213.8º 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 #304F77 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4879119-
CMYK0.600.3400.53
HSL213.8º42.51%32.75%-
HSV(B)213.8º59.66%46.67%-
XYZ7.347.5518.52-
YUV74.29153.23109.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=19.51%
G=32.11%
B=48.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48791190.600.3400.53213.842.5132.75
Hex304F773C22035d62b21
Octal6011716774420653265341
Binary11000010011111110111111100100010011010111010110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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