#355684

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

Shades of St Tropaz #355684

Tints of St Tropaz #355684

Color information

#355684 (or 0x355684) is unknown color: approx St Tropaz. HEX triplet: 35, 56 and 84. RGB value is (53,86,132). Sum of RGB (Red+Green+Blue) = 53+86+132=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #355684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355684 is #CAA97B. Grayscale: #515151. Windows color (decimal): -13281660 or 8672821. OLE color: 8672821.

HSL color Cylindrical-coordinate representation of color #355684: hue angle of 214.94º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355684 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5386132-
CMYK0.600.3500.48
HSL214.94º42.7%36.27%-
HSV(B)214.94º59.85%51.76%-
XYZ8.969.0823.11-
YUV81.38156.57107.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=19.56%
G=31.73%
B=48.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53861320.600.3500.48214.9442.736.27
Hex3556843C23030d72b24
Octal6512620474430603275344
Binary110101101011010000100111100100011011000011010111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355684; }

 p { color: rgb(53,86,132); }

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

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

 a { background-color: rgb(53,86,132); }

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

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

 span { border-color: rgb(53,86,132); }

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