#335076

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

Shades of St Tropaz #335076

Tints of St Tropaz #335076

Color information

#335076 (or 0x335076) is unknown color: approx St Tropaz. HEX triplet: 33, 50 and 76. RGB value is (51,80,118). Sum of RGB (Red+Green+Blue) = 51+80+118=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #335076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335076 is #CCAF89. Grayscale: #4B4B4B. Windows color (decimal): -13414282 or 7753779. OLE color: 7753779.

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

Color convert

RGB5180118-
CMYK0.570.3200.54
HSL214.03º39.64%33.14%-
HSV(B)214.03º56.78%46.27%-
XYZ7.57.7518.24-
YUV75.66151.89110.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=20.48%
G=32.13%
B=47.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51801180.570.3200.54214.0339.6433.14
Hex3350763920036d62821
Octal6312016671400663265041
Binary11001110100001110110111001100000011011011010110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335076; }

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

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

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

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

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

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

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

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