#323579

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

Shades of Torea Bay #323579

Tints of Torea Bay #323579

Color information

#323579 (or 0x323579) is unknown color: approx Torea Bay. HEX triplet: 32, 35 and 79. RGB value is (50,53,121). Sum of RGB (Red+Green+Blue) = 50+53+121=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #323579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323579 is #CDCA86. Grayscale: #3B3B3B. Windows color (decimal): -13486727 or 7943474. OLE color: 7943474.

HSL color Cylindrical-coordinate representation of color #323579: hue angle of 237.46º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #323579 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5053121-
CMYK0.590.5600.53
HSL237.46º41.52%33.53%-
HSV(B)237.46º58.68%47.45%-
XYZ6.044.618.66-
YUV59.85162.51120.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=22.32%
G=23.66%
B=54.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50531210.590.5600.53237.4641.5233.53
Hex3235793B38035ed2a22
Octal626517173700653555242
Binary1100101101011111001111011111000011010111101101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323579; }

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

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

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

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

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

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

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

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