#355478

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

Shades of St Tropaz #355478

Tints of St Tropaz #355478

Color information

#355478 (or 0x355478) is unknown color: approx St Tropaz. HEX triplet: 35, 54 and 78. RGB value is (53,84,120). Sum of RGB (Red+Green+Blue) = 53+84+120=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #355478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355478 is #CAAB87. Grayscale: #4E4E4E. Windows color (decimal): -13282184 or 7885877. OLE color: 7885877.

HSL color Cylindrical-coordinate representation of color #355478: hue angle of 212.24º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #355478 is Cyan = 0.56, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5384120-
CMYK0.560.300.53
HSL212.24º38.73%33.92%-
HSV(B)212.24º55.83%47.06%-
XYZ8.038.4518.98-
YUV78.84151.23109.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=20.62%
G=32.68%
B=46.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53841200.560.300.53212.2438.7333.92
Hex355478381E035d42722
Octal6512417070360653244742
Binary1101011010100111100011100011110011010111010100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355478; }

 p { color: rgb(53,84,120); }

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

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

 a { background-color: rgb(53,84,120); }

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

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

 span { border-color: rgb(53,84,120); }

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