#334F73

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

Shades of St Tropaz #334F73

Tints of St Tropaz #334F73

Color information

#334F73 (or 0x334F73) is unknown color: approx St Tropaz. HEX triplet: 33, 4F and 73. RGB value is (51,79,115). Sum of RGB (Red+Green+Blue) = 51+79+115=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #334F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F73 is #CCB08C. Grayscale: #4A4A4A. Windows color (decimal): -13414541 or 7556915. OLE color: 7556915.

HSL color Cylindrical-coordinate representation of color #334F73: hue angle of 213.75º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334F73 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5179115-
CMYK0.560.3100.55
HSL213.75º38.55%32.55%-
HSV(B)213.75º55.65%45.1%-
XYZ7.267.5317.29-
YUV74.73150.72111.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=20.82%
G=32.24%
B=46.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51791150.560.3100.55213.7538.5532.55
Hex334F73381F037d62721
Octal6311716370370673264741
Binary1100111001111111001111100011111011011111010110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334F73; }

 p { color: rgb(51,79,115); }

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

<style>
 a { background-color: #334F73; }

 a { background-color: rgb(51,79,115); }

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

<style>
 span { border-color: #334F73; }

 span { border-color: rgb(51,79,115); }

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