#335279

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

Shades of St Tropaz #335279

Tints of St Tropaz #335279

Color information

#335279 (or 0x335279) is unknown color: approx St Tropaz. HEX triplet: 33, 52 and 79. RGB value is (51,82,121). Sum of RGB (Red+Green+Blue) = 51+82+121=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #335279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335279 is #CCAD86. Grayscale: #4C4C4C. Windows color (decimal): -13413767 or 7950899. OLE color: 7950899.

HSL color Cylindrical-coordinate representation of color #335279: hue angle of 213.43º 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 #335279 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5182121-
CMYK0.580.3200.53
HSL213.43º40.7%33.73%-
HSV(B)213.43º57.85%47.45%-
XYZ7.838.1219.24-
YUV77.18152.73109.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 121 (47.66% from 255) = 47.64%
R=20.08%
G=32.28%
B=47.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51821210.580.3200.53213.4340.733.73
Hex3352793A20035d52922
Octal6312217172400653255142
Binary11001110100101111001111010100000011010111010101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335279; }

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

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

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

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

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

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

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

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