Shades of Torea Bay #32387E
Tints of Torea Bay #32387E
RGB
CMYK
RGB Variations
Color information
#32387E (or 0x32387E) is known color: Torea Bay. HEX triplet: 32, 38 and 7E. RGB value is (50,56,126). Sum of RGB (Red+Green+Blue) = 50+56+126=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #32387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32387E is #CDC781. Grayscale: #3D3D3D. Windows color (decimal): -13485954 or 8271922. OLE color: 8271922.
HSL color Cylindrical-coordinate representation of color #32387E: hue angle of 235.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32387E is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 56 | 126 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.51 |
| HSL | 235.26º | 0.43% | 0.35% | - |
| HSV(B) | 235.26º | 0.6% | 0.49% | - |
| XYZ | 6.5 | 5.01 | 20.36 | - |
| YUV | 62.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 126 | 0.60 | 0.56 | 0 | 0.51 | 235.26 | 0.43 | 0.35 |
| Hex | 32 | 38 | 7E | 3C | 38 | 0 | 33 | EB | 2B | 23 |
| Octal | 62 | 70 | 176 | 74 | 70 | 0 | 63 | 353 | 53 | 43 |
| Binary | 110010 | 111000 | 1111110 | 111100 | 111000 | 0 | 110011 | 11101011 | 101011 | 100011 |
Color Harmonies of #32387E
Complementary color
Monochromatic Colors of #32387E
Black with #32387E
Text Example
Text Example
White with #32387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32387E; }
p { color: rgb(50,56,126); }
H1.HeaderClassName
{
color: #32387E;
}
.AnyTagClassName
{
color: #32387E;
}
</style>
background-color css
<style>
a { background-color: #32387E; }
a { background-color: rgb(50,56,126); }
div.DivClassName
{
background-color: #32387E;
}
.BgClassName
{
background-color: #32387E;
}
</style>
border-color css
<style>
span { border-color: #32387E; }
span { border-color: rgb(50,56,126); }
td.TdClassName
{
border-color: #32387E;
}
.TagClassName
{
border-color: #32387E;
}
</style>