#323A76

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

Shades of Torea Bay #323A76

Tints of Torea Bay #323A76

Color information

#323A76 (or 0x323A76) is unknown color: approx Torea Bay. HEX triplet: 32, 3A and 76. RGB value is (50,58,118). Sum of RGB (Red+Green+Blue) = 50+58+118=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #323A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A76 is #CDC589. Grayscale: #3E3E3E. Windows color (decimal): -13485450 or 7748146. OLE color: 7748146.

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

Color convert

RGB5058118-
CMYK0.580.5100.54
HSL232.94º40.48%32.94%-
HSV(B)232.94º57.63%46.27%-
XYZ6.15.0117.79-
YUV62.45159.35119.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 58 (23.05% from 255) = 25.66%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=22.12%
G=25.66%
B=52.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50581180.580.5100.54232.9440.4832.94
Hex323A763A33036e92821
Octal627216672630663515041
Binary1100101110101110110111010110011011011011101001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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