#323575

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

Shades of Torea Bay #323575

Tints of Torea Bay #323575

Color information

#323575 (or 0x323575) is unknown color: approx Torea Bay. HEX triplet: 32, 35 and 75. RGB value is (50,53,117). Sum of RGB (Red+Green+Blue) = 50+53+117=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #323575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323575 is #CDCA8A. Grayscale: #3B3B3B. Windows color (decimal): -13486731 or 7681330. OLE color: 7681330.

HSL color Cylindrical-coordinate representation of color #323575: hue angle of 237.31º 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 #323575 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5053117-
CMYK0.570.5500.54
HSL237.31º40.12%32.75%-
HSV(B)237.31º57.26%45.88%-
XYZ5.84.5117.39-
YUV59.4160.51121.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=22.73%
G=24.09%
B=53.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50531170.570.5500.54237.3140.1232.75
Hex3235753937036ed2821
Octal626516571670663555041
Binary1100101101011110101111001110111011011011101101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323575; }

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

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

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

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

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

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

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

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