Shades of Torea Bay #323A81
Tints of Torea Bay #323A81
RGB
CMYK
RGB Variations
Color information
#323A81 (or 0x323A81) is known color: Torea Bay. HEX triplet: 32, 3A and 81. RGB value is (50,58,129). Sum of RGB (Red+Green+Blue) = 50+58+129=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 129 (50.78% from 255 or 54.43% from 237); Max value from RGB is 129 - color contains mainly: blue. Hex color #323A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A81 is #CDC57E. Grayscale: #3F3F3F. Windows color (decimal): -13485439 or 8469042. OLE color: 8469042.
HSL color Cylindrical-coordinate representation of color #323A81: hue angle of 233.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #323A81 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 58 | 129 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.49 |
| HSL | 233.92º | 0.44% | 0.35% | - |
| HSV(B) | 233.92º | 0.61% | 0.51% | - |
| XYZ | 6.79 | 5.29 | 21.43 | - |
| YUV | 63.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 129 | 0.61 | 0.55 | 0 | 0.49 | 233.92 | 0.44 | 0.35 |
| Hex | 32 | 3A | 81 | 3D | 37 | 0 | 31 | EA | 2C | 23 |
| Octal | 62 | 72 | 201 | 75 | 67 | 0 | 61 | 352 | 54 | 43 |
| Binary | 110010 | 111010 | 10000001 | 111101 | 110111 | 0 | 110001 | 11101010 | 101100 | 100011 |
Color Harmonies of #323A81
Complementary color
Monochromatic Colors of #323A81
Black with #323A81
Text Example
Text Example
White with #323A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A81; }
p { color: rgb(50,58,129); }
H1.HeaderClassName
{
color: #323A81;
}
.AnyTagClassName
{
color: #323A81;
}
</style>
background-color css
<style>
a { background-color: #323A81; }
a { background-color: rgb(50,58,129); }
div.DivClassName
{
background-color: #323A81;
}
.BgClassName
{
background-color: #323A81;
}
</style>
border-color css
<style>
span { border-color: #323A81; }
span { border-color: rgb(50,58,129); }
td.TdClassName
{
border-color: #323A81;
}
.TagClassName
{
border-color: #323A81;
}
</style>