#323576

Color #323576 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #323576

Tints of Torea Bay #323576

Color information

#323576 (or 0x323576) is unknown color: approx Torea Bay. HEX triplet: 32, 35 and 76. RGB value is (50,53,118). Sum of RGB (Red+Green+Blue) = 50+53+118=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #323576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323576 is #CDCA89. Grayscale: #3B3B3B. Windows color (decimal): -13486730 or 7746866. OLE color: 7746866.

HSL color Cylindrical-coordinate representation of color #323576: hue angle of 237.35º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323576 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5053118-
CMYK0.580.5500.54
HSL237.35º40.48%32.94%-
HSV(B)237.35º57.63%46.27%-
XYZ5.864.5317.71-
YUV59.51161.01121.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=22.62%
G=23.98%
B=53.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50531180.580.5500.54237.3540.4832.94
Hex3235763A37036ed2821
Octal626516672670663555041
Binary1100101101011110110111010110111011011011101101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323576; }

 p { color: rgb(50,53,118); }

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

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

 a { background-color: rgb(50,53,118); }

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

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

 span { border-color: rgb(50,53,118); }

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