Shades of Torea Bay #323C82
Tints of Torea Bay #323C82
RGB
CMYK
RGB Variations
Color information
#323C82 (or 0x323C82) is known color: Torea Bay. HEX triplet: 32, 3C and 82. RGB value is (50,60,130). Sum of RGB (Red+Green+Blue) = 50+60+130=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #323C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C82 is #CDC37D. Grayscale: #404040. Windows color (decimal): -13484926 or 8535090. OLE color: 8535090.
HSL color Cylindrical-coordinate representation of color #323C82: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323C82 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 60 | 130 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.49 |
| HSL | 232.5º | 0.44% | 0.35% | - |
| HSV(B) | 232.5º | 0.62% | 0.51% | - |
| XYZ | 6.96 | 5.52 | 21.82 | - |
| YUV | 64.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 130 | 0.62 | 0.54 | 0 | 0.49 | 232.5 | 0.44 | 0.35 |
| Hex | 32 | 3C | 82 | 3E | 36 | 0 | 31 | E8 | 2C | 23 |
| Octal | 62 | 74 | 202 | 76 | 66 | 0 | 61 | 350 | 54 | 43 |
| Binary | 110010 | 111100 | 10000010 | 111110 | 110110 | 0 | 110001 | 11101000 | 101100 | 100011 |
Color Harmonies of #323C82
Complementary color
Monochromatic Colors of #323C82
Black with #323C82
Text Example
Text Example
White with #323C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C82; }
p { color: rgb(50,60,130); }
H1.HeaderClassName
{
color: #323C82;
}
.AnyTagClassName
{
color: #323C82;
}
</style>
background-color css
<style>
a { background-color: #323C82; }
a { background-color: rgb(50,60,130); }
div.DivClassName
{
background-color: #323C82;
}
.BgClassName
{
background-color: #323C82;
}
</style>
border-color css
<style>
span { border-color: #323C82; }
span { border-color: rgb(50,60,130); }
td.TdClassName
{
border-color: #323C82;
}
.TagClassName
{
border-color: #323C82;
}
</style>