Shades of Torea Bay #323A73
Tints of Torea Bay #323A73
RGB
CMYK
RGB Variations
Color information
#323A73 (or 0x323A73) is known color: 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
| RGB | 50 | 58 | 115 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.55 |
| HSL | 232.62º | 0.39% | 0.32% | - |
| HSV(B) | 232.62º | 0.57% | 0.45% | - |
| XYZ | 5.92 | 4.94 | 16.86 | - |
| YUV | 62.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 115 | 0.57 | 0.50 | 0 | 0.55 | 232.62 | 0.39 | 0.32 |
| Hex | 32 | 3A | 73 | 39 | 32 | 0 | 37 | E9 | 27 | 20 |
| Octal | 62 | 72 | 163 | 71 | 62 | 0 | 67 | 351 | 47 | 40 |
| Binary | 110010 | 111010 | 1110011 | 111001 | 110010 | 0 | 110111 | 11101001 | 100111 | 100000 |
Color Harmonies of #323A73
Complementary color
Monochromatic Colors of #323A73
Black with #323A73
Text Example
Text Example
White with #323A73
Text Example
Text Example
HTML Codes & Css Web 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>