#325383

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

Shades of St Tropaz #325383

Tints of St Tropaz #325383

Color information

#325383 (or 0x325383) is unknown color: approx St Tropaz. HEX triplet: 32, 53 and 83. RGB value is (50,83,131). Sum of RGB (Red+Green+Blue) = 50+83+131=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #325383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325383 is #CDAC7C. Grayscale: #4E4E4E. Windows color (decimal): -13479037 or 8606514. OLE color: 8606514.

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

Color convert

RGB5083131-
CMYK0.620.3700.49
HSL215.56º44.75%35.49%-
HSV(B)215.56º61.83%51.37%-
XYZ8.518.522.67-
YUV78.6157.57107.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 131 (51.56% from 255) = 49.62%
R=18.94%
G=31.44%
B=49.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50831310.620.3700.49215.5644.7535.49
Hex3253833E25031d82d23
Octal6212320376450613305543
Binary110010101001110000011111110100101011000111011000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325383; }

 p { color: rgb(50,83,131); }

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

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

 a { background-color: rgb(50,83,131); }

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

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

 span { border-color: rgb(50,83,131); }

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