Shades of Torea Bay #32367F
Tints of Torea Bay #32367F
RGB
CMYK
RGB Variations
Color information
#32367F (or 0x32367F) is known color: Torea Bay. HEX triplet: 32, 36 and 7F. RGB value is (50,54,127). Sum of RGB (Red+Green+Blue) = 50+54+127=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #32367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32367F is #CDC980. Grayscale: #3C3C3C. Windows color (decimal): -13486465 or 8336946. OLE color: 8336946.
HSL color Cylindrical-coordinate representation of color #32367F: hue angle of 236.88º 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 #32367F is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 54 | 127 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.50 |
| HSL | 236.88º | 0.44% | 0.35% | - |
| HSV(B) | 236.88º | 0.61% | 0.5% | - |
| XYZ | 6.47 | 4.85 | 20.67 | - |
| YUV | 61.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 127 | 0.61 | 0.57 | 0 | 0.50 | 236.88 | 0.44 | 0.35 |
| Hex | 32 | 36 | 7F | 3D | 39 | 0 | 32 | ED | 2C | 23 |
| Octal | 62 | 66 | 177 | 75 | 71 | 0 | 62 | 355 | 54 | 43 |
| Binary | 110010 | 110110 | 1111111 | 111101 | 111001 | 0 | 110010 | 11101101 | 101100 | 100011 |
Color Harmonies of #32367F
Complementary color
Monochromatic Colors of #32367F
Black with #32367F
Text Example
Text Example
White with #32367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32367F; }
p { color: rgb(50,54,127); }
H1.HeaderClassName
{
color: #32367F;
}
.AnyTagClassName
{
color: #32367F;
}
</style>
background-color css
<style>
a { background-color: #32367F; }
a { background-color: rgb(50,54,127); }
div.DivClassName
{
background-color: #32367F;
}
.BgClassName
{
background-color: #32367F;
}
</style>
border-color css
<style>
span { border-color: #32367F; }
span { border-color: rgb(50,54,127); }
td.TdClassName
{
border-color: #32367F;
}
.TagClassName
{
border-color: #32367F;
}
</style>