Shades of Torea Bay #32377D
Tints of Torea Bay #32377D
RGB
CMYK
RGB Variations
Color information
#32377D (or 0x32377D) is known color: Torea Bay. HEX triplet: 32, 37 and 7D. RGB value is (50,55,125). Sum of RGB (Red+Green+Blue) = 50+55+125=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #32377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32377D is #CDC882. Grayscale: #3D3D3D. Windows color (decimal): -13486211 or 8206130. OLE color: 8206130.
HSL color Cylindrical-coordinate representation of color #32377D: hue angle of 236º 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 #32377D is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 55 | 125 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.51 |
| HSL | 236º | 0.43% | 0.34% | - |
| HSV(B) | 236º | 0.6% | 0.49% | - |
| XYZ | 6.38 | 4.89 | 20.01 | - |
| YUV | 61.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 125 | 0.60 | 0.56 | 0 | 0.51 | 236 | 0.43 | 0.34 |
| Hex | 32 | 37 | 7D | 3C | 38 | 0 | 33 | EC | 2B | 22 |
| Octal | 62 | 67 | 175 | 74 | 70 | 0 | 63 | 354 | 53 | 42 |
| Binary | 110010 | 110111 | 1111101 | 111100 | 111000 | 0 | 110011 | 11101100 | 101011 | 100010 |
Color Harmonies of #32377D
Complementary color
Monochromatic Colors of #32377D
Black with #32377D
Text Example
Text Example
White with #32377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32377D; }
p { color: rgb(50,55,125); }
H1.HeaderClassName
{
color: #32377D;
}
.AnyTagClassName
{
color: #32377D;
}
</style>
background-color css
<style>
a { background-color: #32377D; }
a { background-color: rgb(50,55,125); }
div.DivClassName
{
background-color: #32377D;
}
.BgClassName
{
background-color: #32377D;
}
</style>
border-color css
<style>
span { border-color: #32377D; }
span { border-color: rgb(50,55,125); }
td.TdClassName
{
border-color: #32377D;
}
.TagClassName
{
border-color: #32377D;
}
</style>