#323771

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

Shades of Torea Bay #323771

Tints of Torea Bay #323771

Color information

#323771 (or 0x323771) is unknown color: approx Torea Bay. HEX triplet: 32, 37 and 71. RGB value is (50,55,113). Sum of RGB (Red+Green+Blue) = 50+55+113=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #323771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323771 is #CDC88E. Grayscale: #3B3B3B. Windows color (decimal): -13486223 or 7419698. OLE color: 7419698.

HSL color Cylindrical-coordinate representation of color #323771: hue angle of 235.24º 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 #323771 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5055113-
CMYK0.560.5100.56
HSL235.24º38.65%31.96%-
HSV(B)235.24º55.75%44.31%-
XYZ5.664.616.21-
YUV60.12157.84120.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=22.94%
G=25.23%
B=51.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50551130.560.5100.56235.2438.6531.96
Hex3237713833038eb2720
Octal626716170630703534740
Binary1100101101111110001111000110011011100011101011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323771; }

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

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

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

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

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

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

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

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