#335379

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

Shades of St Tropaz #335379

Tints of St Tropaz #335379

Color information

#335379 (or 0x335379) is unknown color: approx St Tropaz. HEX triplet: 33, 53 and 79. RGB value is (51,83,121). Sum of RGB (Red+Green+Blue) = 51+83+121=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #335379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335379 is #CCAC86. Grayscale: #4D4D4D. Windows color (decimal): -13413511 or 7951155. OLE color: 7951155.

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

Color convert

RGB5183121-
CMYK0.580.3100.53
HSL212.57º40.7%33.73%-
HSV(B)212.57º57.85%47.45%-
XYZ7.918.2719.27-
YUV77.76152.4108.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 121 (47.66% from 255) = 47.45%
R=20%
G=32.55%
B=47.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51831210.580.3100.53212.5740.733.73
Hex3353793A1F035d52922
Octal6312317172370653255142
Binary1100111010011111100111101011111011010111010101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335379; }

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

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

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

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

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

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

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

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