#335179

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

Shades of St Tropaz #335179

Tints of St Tropaz #335179

Color information

#335179 (or 0x335179) is unknown color: approx St Tropaz. HEX triplet: 33, 51 and 79. RGB value is (51,81,121). Sum of RGB (Red+Green+Blue) = 51+81+121=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #335179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335179 is #CCAE86. Grayscale: #4C4C4C. Windows color (decimal): -13414023 or 7950643. OLE color: 7950643.

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

Color convert

RGB5181121-
CMYK0.580.3300.53
HSL214.29º40.7%33.73%-
HSV(B)214.29º57.85%47.45%-
XYZ7.767.9719.22-
YUV76.59153.06109.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 121 (47.66% from 255) = 47.83%
R=20.16%
G=32.02%
B=47.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51811210.580.3300.53214.2940.733.73
Hex3351793A21035d62922
Octal6312117172410653265142
Binary11001110100011111001111010100001011010111010110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335179; }

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

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

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

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

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

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

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

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