#324F7A

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

Shades of St Tropaz #324F7A

Tints of St Tropaz #324F7A

Color information

#324F7A (or 0x324F7A) is unknown color: approx St Tropaz. HEX triplet: 32, 4F and 7A. RGB value is (50,79,122). Sum of RGB (Red+Green+Blue) = 50+79+122=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #324F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F7A is #CDB085. Grayscale: #4B4B4B. Windows color (decimal): -13480070 or 8015666. OLE color: 8015666.

HSL color Cylindrical-coordinate representation of color #324F7A: hue angle of 215.83º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #324F7A is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5079122-
CMYK0.590.3500.52
HSL215.83º41.86%33.73%-
HSV(B)215.83º59.02%47.84%-
XYZ7.627.6819.49-
YUV75.23154.39110-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=19.92%
G=31.47%
B=48.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50791220.590.3500.52215.8341.8633.73
Hex324F7A3B23034d82a22
Octal6211717273430643305242
Binary11001010011111111010111011100011011010011011000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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