#323773

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

Shades of Torea Bay #323773

Tints of Torea Bay #323773

Color information

#323773 (or 0x323773) is unknown color: approx Torea Bay. HEX triplet: 32, 37 and 73. RGB value is (50,55,115). Sum of RGB (Red+Green+Blue) = 50+55+115=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #323773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323773 is #CDC88C. Grayscale: #3C3C3C. Windows color (decimal): -13486221 or 7550770. OLE color: 7550770.

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

Color convert

RGB5055115-
CMYK0.570.5200.55
HSL235.38º39.39%32.35%-
HSV(B)235.38º56.52%45.1%-
XYZ5.784.6516.81-
YUV60.34158.84120.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=22.73%
G=25%
B=52.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50551150.570.5200.55235.3839.3932.35
Hex3237733934037eb2720
Octal626716371640673534740
Binary1100101101111110011111001110100011011111101011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323773; }

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

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

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

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

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

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

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

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