#323A73

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

Shades of Torea Bay #323A73

Tints of Torea Bay #323A73

Color information

#323A73 (or 0x323A73) is unknown color: approx Torea Bay. HEX triplet: 32, 3A and 73. RGB value is (50,58,115). Sum of RGB (Red+Green+Blue) = 50+58+115=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #323A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A73 is #CDC58C. Grayscale: #3D3D3D. Windows color (decimal): -13485453 or 7551538. OLE color: 7551538.

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

Color convert

RGB5058115-
CMYK0.570.5000.55
HSL232.62º39.39%32.35%-
HSV(B)232.62º56.52%45.1%-
XYZ5.924.9416.86-
YUV62.11157.85119.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=22.42%
G=26.01%
B=51.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50581150.570.5000.55232.6239.3932.35
Hex323A733932037e92720
Octal627216371620673514740
Binary1100101110101110011111001110010011011111101001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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