#354F75

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

Shades of St Tropaz #354F75

Tints of St Tropaz #354F75

Color information

#354F75 (or 0x354F75) is unknown color: approx St Tropaz. HEX triplet: 35, 4F and 75. RGB value is (53,79,117). Sum of RGB (Red+Green+Blue) = 53+79+117=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #354F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F75 is #CAB08A. Grayscale: #4B4B4B. Windows color (decimal): -13283467 or 7687989. OLE color: 7687989.

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

Color convert

RGB5379117-
CMYK0.550.3200.54
HSL215.62º37.65%33.33%-
HSV(B)215.62º54.7%45.88%-
XYZ7.487.6317.91-
YUV75.56151.39111.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 117 (46.09% from 255) = 46.99%
R=21.29%
G=31.73%
B=46.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53791170.550.3200.54215.6237.6533.33
Hex354F753720036d82621
Octal6511716567400663304641
Binary11010110011111110101110111100000011011011011000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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