#323873

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

Shades of Torea Bay #323873

Tints of Torea Bay #323873

Color information

#323873 (or 0x323873) is unknown color: approx Torea Bay. HEX triplet: 32, 38 and 73. RGB value is (50,56,115). Sum of RGB (Red+Green+Blue) = 50+56+115=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #323873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323873 is #CDC78C. Grayscale: #3C3C3C. Windows color (decimal): -13485965 or 7551026. OLE color: 7551026.

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

Color convert

RGB5056115-
CMYK0.570.5100.55
HSL234.46º39.39%32.35%-
HSV(B)234.46º56.52%45.1%-
XYZ5.824.7416.83-
YUV60.93158.51120.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=22.62%
G=25.34%
B=52.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50561150.570.5100.55234.4639.3932.35
Hex3238733933037ea2720
Octal627016371630673524740
Binary1100101110001110011111001110011011011111101010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323873; }

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

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

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

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

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

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

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

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