#323C76

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

Shades of Torea Bay #323C76

Tints of Torea Bay #323C76

Color information

#323C76 (or 0x323C76) is unknown color: approx Torea Bay. HEX triplet: 32, 3C and 76. RGB value is (50,60,118). Sum of RGB (Red+Green+Blue) = 50+60+118=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #323C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C76 is #CDC389. Grayscale: #3F3F3F. Windows color (decimal): -13484938 or 7748658. OLE color: 7748658.

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

Color convert

RGB5060118-
CMYK0.580.4900.54
HSL231.18º40.48%32.94%-
HSV(B)231.18º57.63%46.27%-
XYZ6.25.2217.82-
YUV63.62158.69118.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 60 (23.83% from 255) = 26.32%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=21.93%
G=26.32%
B=51.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50601180.580.4900.54231.1840.4832.94
Hex323C763A31036e72821
Octal627416672610663475041
Binary1100101111001110110111010110001011011011100111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323C76; }

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

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

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

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

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

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

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

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