Shades of Torea Bay #323D7F
Tints of Torea Bay #323D7F
RGB
CMYK
RGB Variations
Color information
#323D7F (or 0x323D7F) is known color: Torea Bay. HEX triplet: 32, 3D and 7F. RGB value is (50,61,127). Sum of RGB (Red+Green+Blue) = 50+61+127=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #323D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D7F is #CDC280. Grayscale: #404040. Windows color (decimal): -13484673 or 8338738. OLE color: 8338738.
HSL color Cylindrical-coordinate representation of color #323D7F: hue angle of 231.43º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #323D7F is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 61 | 127 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.50 |
| HSL | 231.43º | 0.44% | 0.35% | - |
| HSV(B) | 231.43º | 0.61% | 0.5% | - |
| XYZ | 6.81 | 5.55 | 20.79 | - |
| YUV | 65.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 127 | 0.61 | 0.52 | 0 | 0.50 | 231.43 | 0.44 | 0.35 |
| Hex | 32 | 3D | 7F | 3D | 34 | 0 | 32 | E7 | 2C | 23 |
| Octal | 62 | 75 | 177 | 75 | 64 | 0 | 62 | 347 | 54 | 43 |
| Binary | 110010 | 111101 | 1111111 | 111101 | 110100 | 0 | 110010 | 11100111 | 101100 | 100011 |
Color Harmonies of #323D7F
Complementary color
Monochromatic Colors of #323D7F
Black with #323D7F
Text Example
Text Example
White with #323D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D7F; }
p { color: rgb(50,61,127); }
H1.HeaderClassName
{
color: #323D7F;
}
.AnyTagClassName
{
color: #323D7F;
}
</style>
background-color css
<style>
a { background-color: #323D7F; }
a { background-color: rgb(50,61,127); }
div.DivClassName
{
background-color: #323D7F;
}
.BgClassName
{
background-color: #323D7F;
}
</style>
border-color css
<style>
span { border-color: #323D7F; }
span { border-color: rgb(50,61,127); }
td.TdClassName
{
border-color: #323D7F;
}
.TagClassName
{
border-color: #323D7F;
}
</style>