#355177

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

Shades of St Tropaz #355177

Tints of St Tropaz #355177

Color information

#355177 (or 0x355177) is unknown color: approx St Tropaz. HEX triplet: 35, 51 and 77. RGB value is (53,81,119). Sum of RGB (Red+Green+Blue) = 53+81+119=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #355177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355177 is #CAAE88. Grayscale: #4C4C4C. Windows color (decimal): -13282953 or 7819573. OLE color: 7819573.

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

Color convert

RGB5381119-
CMYK0.550.3200.53
HSL214.55º38.37%33.73%-
HSV(B)214.55º55.46%46.67%-
XYZ7.747.9718.58-
YUV76.96151.72110.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=20.95%
G=32.02%
B=47.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53811190.550.3200.53214.5538.3733.73
Hex3551773720035d72622
Octal6512116767400653274642
Binary11010110100011110111110111100000011010111010111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355177; }

 p { color: rgb(53,81,119); }

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

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

 a { background-color: rgb(53,81,119); }

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

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

 span { border-color: rgb(53,81,119); }

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