Shades of Torea Bay #323C77
Tints of Torea Bay #323C77
RGB
CMYK
RGB Variations
Color information
#323C77 (or 0x323C77) is known color: Torea Bay. HEX triplet: 32, 3C and 77. RGB value is (50,60,119). Sum of RGB (Red+Green+Blue) = 50+60+119=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #323C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C77 is #CDC388. Grayscale: #3F3F3F. Windows color (decimal): -13484937 or 7814194. OLE color: 7814194.
HSL color Cylindrical-coordinate representation of color #323C77: hue angle of 231.3º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323C77 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 60 | 119 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.53 |
| HSL | 231.3º | 0.41% | 0.33% | - |
| HSV(B) | 231.3º | 0.58% | 0.47% | - |
| XYZ | 6.26 | 5.24 | 18.13 | - |
| YUV | 63.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 119 | 0.58 | 0.50 | 0 | 0.53 | 231.3 | 0.41 | 0.33 |
| Hex | 32 | 3C | 77 | 3A | 32 | 0 | 35 | E7 | 29 | 21 |
| Octal | 62 | 74 | 167 | 72 | 62 | 0 | 65 | 347 | 51 | 41 |
| Binary | 110010 | 111100 | 1110111 | 111010 | 110010 | 0 | 110101 | 11100111 | 101001 | 100001 |
Color Harmonies of #323C77
Complementary color
Monochromatic Colors of #323C77
Black with #323C77
Text Example
Text Example
White with #323C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C77; }
p { color: rgb(50,60,119); }
H1.HeaderClassName
{
color: #323C77;
}
.AnyTagClassName
{
color: #323C77;
}
</style>
background-color css
<style>
a { background-color: #323C77; }
a { background-color: rgb(50,60,119); }
div.DivClassName
{
background-color: #323C77;
}
.BgClassName
{
background-color: #323C77;
}
</style>
border-color css
<style>
span { border-color: #323C77; }
span { border-color: rgb(50,60,119); }
td.TdClassName
{
border-color: #323C77;
}
.TagClassName
{
border-color: #323C77;
}
</style>