#334F75

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

Shades of St Tropaz #334F75

Tints of St Tropaz #334F75

Color information

#334F75 (or 0x334F75) is unknown color: approx St Tropaz. HEX triplet: 33, 4F and 75. RGB value is (51,79,117). Sum of RGB (Red+Green+Blue) = 51+79+117=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #334F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F75 is #CCB08A. Grayscale: #4A4A4A. Windows color (decimal): -13414539 or 7687987. OLE color: 7687987.

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

Color convert

RGB5179117-
CMYK0.560.3200.54
HSL214.55º39.29%32.94%-
HSV(B)214.55º56.41%45.88%-
XYZ7.377.5817.9-
YUV74.96151.72110.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=20.65%
G=31.98%
B=47.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51791170.560.3200.54214.5539.2932.94
Hex334F753820036d72721
Octal6311716570400663274741
Binary11001110011111110101111000100000011011011010111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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