Shades of Torea Bay #323C84
Tints of Torea Bay #323C84
RGB
CMYK
RGB Variations
Color information
#323C84 (or 0x323C84) is known color: Torea Bay. HEX triplet: 32, 3C and 84. RGB value is (50,60,132). Sum of RGB (Red+Green+Blue) = 50+60+132=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #323C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C84 is #CDC37B. Grayscale: #404040. Windows color (decimal): -13484924 or 8666162. OLE color: 8666162.
HSL color Cylindrical-coordinate representation of color #323C84: hue angle of 232.68º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323C84 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 60 | 132 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.48 |
| HSL | 232.68º | 0.45% | 0.36% | - |
| HSV(B) | 232.68º | 0.62% | 0.52% | - |
| XYZ | 7.1 | 5.58 | 22.53 | - |
| YUV | 65.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 132 | 0.62 | 0.55 | 0 | 0.48 | 232.68 | 0.45 | 0.36 |
| Hex | 32 | 3C | 84 | 3E | 37 | 0 | 30 | E9 | 2D | 24 |
| Octal | 62 | 74 | 204 | 76 | 67 | 0 | 60 | 351 | 55 | 44 |
| Binary | 110010 | 111100 | 10000100 | 111110 | 110111 | 0 | 110000 | 11101001 | 101101 | 100100 |
Color Harmonies of #323C84
Complementary color
Monochromatic Colors of #323C84
Black with #323C84
Text Example
Text Example
White with #323C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C84; }
p { color: rgb(50,60,132); }
H1.HeaderClassName
{
color: #323C84;
}
.AnyTagClassName
{
color: #323C84;
}
</style>
background-color css
<style>
a { background-color: #323C84; }
a { background-color: rgb(50,60,132); }
div.DivClassName
{
background-color: #323C84;
}
.BgClassName
{
background-color: #323C84;
}
</style>
border-color css
<style>
span { border-color: #323C84; }
span { border-color: rgb(50,60,132); }
td.TdClassName
{
border-color: #323C84;
}
.TagClassName
{
border-color: #323C84;
}
</style>