#335176

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

Shades of St Tropaz #335176

Tints of St Tropaz #335176

Color information

#335176 (or 0x335176) is unknown color: approx St Tropaz. HEX triplet: 33, 51 and 76. RGB value is (51,81,118). Sum of RGB (Red+Green+Blue) = 51+81+118=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #335176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335176 is #CCAE89. Grayscale: #4C4C4C. Windows color (decimal): -13414026 or 7754035. OLE color: 7754035.

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

Color convert

RGB5181118-
CMYK0.570.3100.54
HSL213.13º39.64%33.14%-
HSV(B)213.13º56.78%46.27%-
XYZ7.587.918.26-
YUV76.25151.56109.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=20.4%
G=32.4%
B=47.2%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51811180.570.3100.54213.1339.6433.14
Hex335176391F036d52821
Octal6312116671370663255041
Binary1100111010001111011011100111111011011011010101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335176; }

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

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

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

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

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

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

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

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