Shades of Torea Bay #363B72
Tints of Torea Bay #363B72
RGB
CMYK
RGB Variations
Color information
#363B72 (or 0x363B72) is known color: Torea Bay. HEX triplet: 36, 3B and 72. RGB value is (54,59,114). Sum of RGB (Red+Green+Blue) = 54+59+114=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #363B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B72 is #C9C48D. Grayscale: #3F3F3F. Windows color (decimal): -13223054 or 7486262. OLE color: 7486262.
HSL color Cylindrical-coordinate representation of color #363B72: hue angle of 235º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #363B72 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 59 | 114 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.55 |
| HSL | 235º | 0.36% | 0.33% | - |
| HSV(B) | 235º | 0.53% | 0.45% | - |
| XYZ | 6.12 | 5.13 | 16.59 | - |
| YUV | 63.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 114 | 0.53 | 0.48 | 0 | 0.55 | 235 | 0.36 | 0.33 |
| Hex | 36 | 3B | 72 | 35 | 30 | 0 | 37 | EB | 24 | 21 |
| Octal | 66 | 73 | 162 | 65 | 60 | 0 | 67 | 353 | 44 | 41 |
| Binary | 110110 | 111011 | 1110010 | 110101 | 110000 | 0 | 110111 | 11101011 | 100100 | 100001 |
Color Harmonies of #363B72
Complementary color
Monochromatic Colors of #363B72
Black with #363B72
Text Example
Text Example
White with #363B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B72; }
p { color: rgb(54,59,114); }
H1.HeaderClassName
{
color: #363B72;
}
.AnyTagClassName
{
color: #363B72;
}
</style>
background-color css
<style>
a { background-color: #363B72; }
a { background-color: rgb(54,59,114); }
div.DivClassName
{
background-color: #363B72;
}
.BgClassName
{
background-color: #363B72;
}
</style>
border-color css
<style>
span { border-color: #363B72; }
span { border-color: rgb(54,59,114); }
td.TdClassName
{
border-color: #363B72;
}
.TagClassName
{
border-color: #363B72;
}
</style>