Shades of Torea Bay #323D7B
Tints of Torea Bay #323D7B
RGB
CMYK
RGB Variations
Color information
#323D7B (or 0x323D7B) is known color: Torea Bay. HEX triplet: 32, 3D and 7B. RGB value is (50,61,123). Sum of RGB (Red+Green+Blue) = 50+61+123=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #323D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D7B is #CDC284. Grayscale: #404040. Windows color (decimal): -13484677 or 8076594. OLE color: 8076594.
HSL color Cylindrical-coordinate representation of color #323D7B: hue angle of 230.96º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #323D7B is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 61 | 123 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.52 |
| HSL | 230.96º | 0.42% | 0.34% | - |
| HSV(B) | 230.96º | 0.59% | 0.48% | - |
| XYZ | 6.56 | 5.45 | 19.44 | - |
| YUV | 64.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 123 | 0.59 | 0.50 | 0 | 0.52 | 230.96 | 0.42 | 0.34 |
| Hex | 32 | 3D | 7B | 3B | 32 | 0 | 34 | E7 | 2A | 22 |
| Octal | 62 | 75 | 173 | 73 | 62 | 0 | 64 | 347 | 52 | 42 |
| Binary | 110010 | 111101 | 1111011 | 111011 | 110010 | 0 | 110100 | 11100111 | 101010 | 100010 |
Color Harmonies of #323D7B
Complementary color
Monochromatic Colors of #323D7B
Black with #323D7B
Text Example
Text Example
White with #323D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D7B; }
p { color: rgb(50,61,123); }
H1.HeaderClassName
{
color: #323D7B;
}
.AnyTagClassName
{
color: #323D7B;
}
</style>
background-color css
<style>
a { background-color: #323D7B; }
a { background-color: rgb(50,61,123); }
div.DivClassName
{
background-color: #323D7B;
}
.BgClassName
{
background-color: #323D7B;
}
</style>
border-color css
<style>
span { border-color: #323D7B; }
span { border-color: rgb(50,61,123); }
td.TdClassName
{
border-color: #323D7B;
}
.TagClassName
{
border-color: #323D7B;
}
</style>