Shades of Torea Bay #323B80
Tints of Torea Bay #323B80
RGB
CMYK
RGB Variations
Color information
#323B80 (or 0x323B80) is known color: Torea Bay. HEX triplet: 32, 3B and 80. RGB value is (50,59,128). Sum of RGB (Red+Green+Blue) = 50+59+128=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 128 (50.39% from 255 or 54.01% from 237); Max value from RGB is 128 - color contains mainly: blue. Hex color #323B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B80 is #CDC47F. Grayscale: #3F3F3F. Windows color (decimal): -13485184 or 8403762. OLE color: 8403762.
HSL color Cylindrical-coordinate representation of color #323B80: hue angle of 233.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #323B80 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 59 | 128 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.50 |
| HSL | 233.08º | 0.44% | 0.35% | - |
| HSV(B) | 233.08º | 0.61% | 0.5% | - |
| XYZ | 6.78 | 5.36 | 21.1 | - |
| YUV | 64.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 128 | 0.61 | 0.54 | 0 | 0.50 | 233.08 | 0.44 | 0.35 |
| Hex | 32 | 3B | 80 | 3D | 36 | 0 | 32 | E9 | 2C | 23 |
| Octal | 62 | 73 | 200 | 75 | 66 | 0 | 62 | 351 | 54 | 43 |
| Binary | 110010 | 111011 | 10000000 | 111101 | 110110 | 0 | 110010 | 11101001 | 101100 | 100011 |
Color Harmonies of #323B80
Complementary color
Monochromatic Colors of #323B80
Black with #323B80
Text Example
Text Example
White with #323B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B80; }
p { color: rgb(50,59,128); }
H1.HeaderClassName
{
color: #323B80;
}
.AnyTagClassName
{
color: #323B80;
}
</style>
background-color css
<style>
a { background-color: #323B80; }
a { background-color: rgb(50,59,128); }
div.DivClassName
{
background-color: #323B80;
}
.BgClassName
{
background-color: #323B80;
}
</style>
border-color css
<style>
span { border-color: #323B80; }
span { border-color: rgb(50,59,128); }
td.TdClassName
{
border-color: #323B80;
}
.TagClassName
{
border-color: #323B80;
}
</style>