#323B73

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

Shades of Torea Bay #323B73

Tints of Torea Bay #323B73

Color information

#323B73 (or 0x323B73) is unknown color: approx Torea Bay. HEX triplet: 32, 3B and 73. RGB value is (50,59,115). Sum of RGB (Red+Green+Blue) = 50+59+115=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #323B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B73 is #CDC48C. Grayscale: #3E3E3E. Windows color (decimal): -13485197 or 7551794. OLE color: 7551794.

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

Color convert

RGB5059115-
CMYK0.570.4900.55
HSL231.69º39.39%32.35%-
HSV(B)231.69º56.52%45.1%-
XYZ5.975.0416.88-
YUV62.69157.52118.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=22.32%
G=26.34%
B=51.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50591150.570.4900.55231.6939.3932.35
Hex323B733931037e82720
Octal627316371610673504740
Binary1100101110111110011111001110001011011111101000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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