#324F75

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

Shades of St Tropaz #324F75

Tints of St Tropaz #324F75

Color information

#324F75 (or 0x324F75) is unknown color: approx St Tropaz. HEX triplet: 32, 4F and 75. RGB value is (50,79,117). Sum of RGB (Red+Green+Blue) = 50+79+117=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #324F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F75 is #CDB08A. Grayscale: #4A4A4A. Windows color (decimal): -13480075 or 7687986. OLE color: 7687986.

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

Color convert

RGB5079117-
CMYK0.570.3200.54
HSL214.03º40.12%32.75%-
HSV(B)214.03º57.26%45.88%-
XYZ7.327.5517.9-
YUV74.66151.89110.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=20.33%
G=32.11%
B=47.56%

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
Decimal50791170.570.3200.54214.0340.1232.75
Hex324F753920036d62821
Octal6211716571400663265041
Binary11001010011111110101111001100000011011011010110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324F75; }

 p { color: rgb(50,79,117); }

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

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

 a { background-color: rgb(50,79,117); }

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

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

 span { border-color: rgb(50,79,117); }

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