Shades of Torea Bay #323C74
Tints of Torea Bay #323C74
RGB
CMYK
RGB Variations
Color information
#323C74 (or 0x323C74) is known color: Torea Bay. HEX triplet: 32, 3C and 74. RGB value is (50,60,116). Sum of RGB (Red+Green+Blue) = 50+60+116=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #323C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C74 is #CDC38B. Grayscale: #3F3F3F. Windows color (decimal): -13484940 or 7617586. OLE color: 7617586.
HSL color Cylindrical-coordinate representation of color #323C74: hue angle of 230.91º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323C74 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 60 | 116 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.55 |
| HSL | 230.91º | 0.4% | 0.33% | - |
| HSV(B) | 230.91º | 0.57% | 0.45% | - |
| XYZ | 6.08 | 5.17 | 17.2 | - |
| YUV | 63.39 | 157.69 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 116 | 0.57 | 0.48 | 0 | 0.55 | 230.91 | 0.4 | 0.33 |
| Hex | 32 | 3C | 74 | 39 | 30 | 0 | 37 | E7 | 28 | 21 |
| Octal | 62 | 74 | 164 | 71 | 60 | 0 | 67 | 347 | 50 | 41 |
| Binary | 110010 | 111100 | 1110100 | 111001 | 110000 | 0 | 110111 | 11100111 | 101000 | 100001 |
Color Harmonies of #323C74
Complementary color
Monochromatic Colors of #323C74
Black with #323C74
Text Example
Text Example
White with #323C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C74; }
p { color: rgb(50,60,116); }
H1.HeaderClassName
{
color: #323C74;
}
.AnyTagClassName
{
color: #323C74;
}
</style>
background-color css
<style>
a { background-color: #323C74; }
a { background-color: rgb(50,60,116); }
div.DivClassName
{
background-color: #323C74;
}
.BgClassName
{
background-color: #323C74;
}
</style>
border-color css
<style>
span { border-color: #323C74; }
span { border-color: rgb(50,60,116); }
td.TdClassName
{
border-color: #323C74;
}
.TagClassName
{
border-color: #323C74;
}
</style>