Shades of Torea Bay #323A78
Tints of Torea Bay #323A78
RGB
CMYK
RGB Variations
Color information
#323A78 (or 0x323A78) is known color: Torea Bay. HEX triplet: 32, 3A and 78. RGB value is (50,58,120). Sum of RGB (Red+Green+Blue) = 50+58+120=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #323A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A78 is #CDC587. Grayscale: #3E3E3E. Windows color (decimal): -13485448 or 7879218. OLE color: 7879218.
HSL color Cylindrical-coordinate representation of color #323A78: hue angle of 233.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323A78 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 58 | 120 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.53 |
| HSL | 233.14º | 0.41% | 0.33% | - |
| HSV(B) | 233.14º | 0.58% | 0.47% | - |
| XYZ | 6.22 | 5.06 | 18.42 | - |
| YUV | 62.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 120 | 0.58 | 0.52 | 0 | 0.53 | 233.14 | 0.41 | 0.33 |
| Hex | 32 | 3A | 78 | 3A | 34 | 0 | 35 | E9 | 29 | 21 |
| Octal | 62 | 72 | 170 | 72 | 64 | 0 | 65 | 351 | 51 | 41 |
| Binary | 110010 | 111010 | 1111000 | 111010 | 110100 | 0 | 110101 | 11101001 | 101001 | 100001 |
Color Harmonies of #323A78
Complementary color
Monochromatic Colors of #323A78
Black with #323A78
Text Example
Text Example
White with #323A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A78; }
p { color: rgb(50,58,120); }
H1.HeaderClassName
{
color: #323A78;
}
.AnyTagClassName
{
color: #323A78;
}
</style>
background-color css
<style>
a { background-color: #323A78; }
a { background-color: rgb(50,58,120); }
div.DivClassName
{
background-color: #323A78;
}
.BgClassName
{
background-color: #323A78;
}
</style>
border-color css
<style>
span { border-color: #323A78; }
span { border-color: rgb(50,58,120); }
td.TdClassName
{
border-color: #323A78;
}
.TagClassName
{
border-color: #323A78;
}
</style>