#335584

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

Shades of St Tropaz #335584

Tints of St Tropaz #335584

Color information

#335584 (or 0x335584) is unknown color: approx St Tropaz. HEX triplet: 33, 55 and 84. RGB value is (51,85,132). Sum of RGB (Red+Green+Blue) = 51+85+132=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #335584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335584 is #CCAA7B. Grayscale: #4F4F4F. Windows color (decimal): -13412988 or 8672563. OLE color: 8672563.

HSL color Cylindrical-coordinate representation of color #335584: hue angle of 214.81º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335584 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5185132-
CMYK0.610.3600.48
HSL214.81º44.26%35.88%-
HSV(B)214.81º61.36%51.76%-
XYZ8.788.8723.08-
YUV80.19157.24107.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=19.03%
G=31.72%
B=49.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51851320.610.3600.48214.8144.2635.88
Hex3355843D24030d72c24
Octal6312520475440603275444
Binary110011101010110000100111101100100011000011010111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335584; }

 p { color: rgb(51,85,132); }

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

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

 a { background-color: rgb(51,85,132); }

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

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

 span { border-color: rgb(51,85,132); }

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