#323776

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

Shades of Torea Bay #323776

Tints of Torea Bay #323776

Color information

#323776 (or 0x323776) is unknown color: approx Torea Bay. HEX triplet: 32, 37 and 76. RGB value is (50,55,118). Sum of RGB (Red+Green+Blue) = 50+55+118=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #323776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323776 is #CDC889. Grayscale: #3C3C3C. Windows color (decimal): -13486218 or 7747378. OLE color: 7747378.

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

Color convert

RGB5055118-
CMYK0.580.5300.54
HSL235.59º40.48%32.94%-
HSV(B)235.59º57.63%46.27%-
XYZ5.954.7217.74-
YUV60.69160.34120.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=22.42%
G=24.66%
B=52.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50551180.580.5300.54235.5940.4832.94
Hex3237763A35036ec2821
Octal626716672650663545041
Binary1100101101111110110111010110101011011011101100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323776; }

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

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

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

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

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

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

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

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