#335177

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

Shades of St Tropaz #335177

Tints of St Tropaz #335177

Color information

#335177 (or 0x335177) is unknown color: approx St Tropaz. HEX triplet: 33, 51 and 77. RGB value is (51,81,119). Sum of RGB (Red+Green+Blue) = 51+81+119=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #335177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335177 is #CCAE88. Grayscale: #4C4C4C. Windows color (decimal): -13414025 or 7819571. OLE color: 7819571.

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

Color convert

RGB5181119-
CMYK0.570.3200.53
HSL213.53º40%33.33%-
HSV(B)213.53º57.14%46.67%-
XYZ7.647.9218.58-
YUV76.36152.06109.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 81 (32.03% from 255) = 32.27%
BLUE value IS 119 (46.88% from 255) = 47.41%
R=20.32%
G=32.27%
B=47.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51811190.570.3200.53213.534033.33
Hex3351773920035d62821
Octal6312116771400653265041
Binary11001110100011110111111001100000011010111010110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335177; }

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

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

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

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

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

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

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

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