Shades of Torea Bay #323B79
Tints of Torea Bay #323B79
RGB
CMYK
RGB Variations
Color information
#323B79 (or 0x323B79) is known color: Torea Bay. HEX triplet: 32, 3B and 79. RGB value is (50,59,121). Sum of RGB (Red+Green+Blue) = 50+59+121=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #323B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B79 is #CDC486. Grayscale: #3F3F3F. Windows color (decimal): -13485191 or 7945010. OLE color: 7945010.
HSL color Cylindrical-coordinate representation of color #323B79: hue angle of 232.39º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #323B79 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 59 | 121 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.53 |
| HSL | 232.39º | 0.42% | 0.34% | - |
| HSV(B) | 232.39º | 0.59% | 0.47% | - |
| XYZ | 6.33 | 5.19 | 18.76 | - |
| YUV | 63.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 121 | 0.59 | 0.51 | 0 | 0.53 | 232.39 | 0.42 | 0.34 |
| Hex | 32 | 3B | 79 | 3B | 33 | 0 | 35 | E8 | 2A | 22 |
| Octal | 62 | 73 | 171 | 73 | 63 | 0 | 65 | 350 | 52 | 42 |
| Binary | 110010 | 111011 | 1111001 | 111011 | 110011 | 0 | 110101 | 11101000 | 101010 | 100010 |
Color Harmonies of #323B79
Complementary color
Monochromatic Colors of #323B79
Black with #323B79
Text Example
Text Example
White with #323B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B79; }
p { color: rgb(50,59,121); }
H1.HeaderClassName
{
color: #323B79;
}
.AnyTagClassName
{
color: #323B79;
}
</style>
background-color css
<style>
a { background-color: #323B79; }
a { background-color: rgb(50,59,121); }
div.DivClassName
{
background-color: #323B79;
}
.BgClassName
{
background-color: #323B79;
}
</style>
border-color css
<style>
span { border-color: #323B79; }
span { border-color: rgb(50,59,121); }
td.TdClassName
{
border-color: #323B79;
}
.TagClassName
{
border-color: #323B79;
}
</style>