#335882

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

Shades of St Tropaz #335882

Tints of St Tropaz #335882

Color information

#335882 (or 0x335882) is unknown color: approx St Tropaz. HEX triplet: 33, 58 and 82. RGB value is (51,88,130). Sum of RGB (Red+Green+Blue) = 51+88+130=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #335882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335882 is #CCA77D. Grayscale: #515151. Windows color (decimal): -13412222 or 8542259. OLE color: 8542259.

HSL color Cylindrical-coordinate representation of color #335882: hue angle of 211.9º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335882 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5188130-
CMYK0.610.3200.49
HSL211.9º43.65%35.49%-
HSV(B)211.9º60.77%50.98%-
XYZ8.889.2922.44-
YUV81.72155.24106.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=18.96%
G=32.71%
B=48.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51881300.610.3200.49211.943.6535.49
Hex3358823D20031d42c23
Octal6313020275400613245443
Binary110011101100010000010111101100000011000111010100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335882; }

 p { color: rgb(51,88,130); }

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

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

 a { background-color: rgb(51,88,130); }

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

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

 span { border-color: rgb(51,88,130); }

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