#335079

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

Shades of St Tropaz #335079

Tints of St Tropaz #335079

Color information

#335079 (or 0x335079) is unknown color: approx St Tropaz. HEX triplet: 33, 50 and 79. RGB value is (51,80,121). Sum of RGB (Red+Green+Blue) = 51+80+121=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #335079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335079 is #CCAF86. Grayscale: #4B4B4B. Windows color (decimal): -13414279 or 7950387. OLE color: 7950387.

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

Color convert

RGB5180121-
CMYK0.580.3400.53
HSL215.14º40.7%33.73%-
HSV(B)215.14º57.85%47.45%-
XYZ7.697.8219.19-
YUV76153.39110.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=20.24%
G=31.75%
B=48.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51801210.580.3400.53215.1440.733.73
Hex3350793A22035d72922
Octal6312017172420653275142
Binary11001110100001111001111010100010011010111010111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335079; }

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

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

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

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

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

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

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

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