#323971

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

Shades of Torea Bay #323971

Tints of Torea Bay #323971

Color information

#323971 (or 0x323971) is unknown color: approx Torea Bay. HEX triplet: 32, 39 and 71. RGB value is (50,57,113). Sum of RGB (Red+Green+Blue) = 50+57+113=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #323971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323971 is #CDC68E. Grayscale: #3D3D3D. Windows color (decimal): -13485711 or 7420210. OLE color: 7420210.

HSL color Cylindrical-coordinate representation of color #323971: hue angle of 233.33º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #323971 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5057113-
CMYK0.560.5000.56
HSL233.33º38.65%31.96%-
HSV(B)233.33º55.75%44.31%-
XYZ5.764.816.25-
YUV61.29157.18119.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=22.73%
G=25.91%
B=51.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50571130.560.5000.56233.3338.6531.96
Hex3239713832038e92720
Octal627116170620703514740
Binary1100101110011110001111000110010011100011101001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323971; }

 p { color: rgb(50,57,113); }

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

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

 a { background-color: rgb(50,57,113); }

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

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

 span { border-color: rgb(50,57,113); }

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