Shades of Torea Bay #323B7D
Tints of Torea Bay #323B7D
RGB
CMYK
RGB Variations
Color information
#323B7D (or 0x323B7D) is known color: Torea Bay. HEX triplet: 32, 3B and 7D. RGB value is (50,59,125). Sum of RGB (Red+Green+Blue) = 50+59+125=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #323B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B7D is #CDC482. Grayscale: #3F3F3F. Windows color (decimal): -13485187 or 8207154. OLE color: 8207154.
HSL color Cylindrical-coordinate representation of color #323B7D: hue angle of 232.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #323B7D is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 59 | 125 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.51 |
| HSL | 232.8º | 0.43% | 0.34% | - |
| HSV(B) | 232.8º | 0.6% | 0.49% | - |
| XYZ | 6.58 | 5.29 | 20.08 | - |
| YUV | 63.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 125 | 0.60 | 0.53 | 0 | 0.51 | 232.8 | 0.43 | 0.34 |
| Hex | 32 | 3B | 7D | 3C | 35 | 0 | 33 | E9 | 2B | 22 |
| Octal | 62 | 73 | 175 | 74 | 65 | 0 | 63 | 351 | 53 | 42 |
| Binary | 110010 | 111011 | 1111101 | 111100 | 110101 | 0 | 110011 | 11101001 | 101011 | 100010 |
Color Harmonies of #323B7D
Complementary color
Monochromatic Colors of #323B7D
Black with #323B7D
Text Example
Text Example
White with #323B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B7D; }
p { color: rgb(50,59,125); }
H1.HeaderClassName
{
color: #323B7D;
}
.AnyTagClassName
{
color: #323B7D;
}
</style>
background-color css
<style>
a { background-color: #323B7D; }
a { background-color: rgb(50,59,125); }
div.DivClassName
{
background-color: #323B7D;
}
.BgClassName
{
background-color: #323B7D;
}
</style>
border-color css
<style>
span { border-color: #323B7D; }
span { border-color: rgb(50,59,125); }
td.TdClassName
{
border-color: #323B7D;
}
.TagClassName
{
border-color: #323B7D;
}
</style>