#323C73

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

Shades of Torea Bay #323C73

Tints of Torea Bay #323C73

Color information

#323C73 (or 0x323C73) is unknown color: approx Torea Bay. HEX triplet: 32, 3C and 73. RGB value is (50,60,115). Sum of RGB (Red+Green+Blue) = 50+60+115=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #323C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C73 is #CDC38C. Grayscale: #3F3F3F. Windows color (decimal): -13484941 or 7552050. OLE color: 7552050.

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

Color convert

RGB5060115-
CMYK0.570.4800.55
HSL230.77º39.39%32.35%-
HSV(B)230.77º56.52%45.1%-
XYZ6.035.1516.9-
YUV63.28157.19118.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=22.22%
G=26.67%
B=51.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50601150.570.4800.55230.7739.3932.35
Hex323C733930037e72720
Octal627416371600673474740
Binary1100101111001110011111001110000011011111100111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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