Shades of Torea Bay #363B71
Tints of Torea Bay #363B71
RGB
CMYK
RGB Variations
Color information
#363B71 (or 0x363B71) is known color: Torea Bay. HEX triplet: 36, 3B and 71. RGB value is (54,59,113). Sum of RGB (Red+Green+Blue) = 54+59+113=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #363B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B71 is #C9C48E. Grayscale: #3F3F3F. Windows color (decimal): -13223055 or 7420726. OLE color: 7420726.
HSL color Cylindrical-coordinate representation of color #363B71: hue angle of 234.92º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363B71 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 59 | 113 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.56 |
| HSL | 234.92º | 0.35% | 0.33% | - |
| HSV(B) | 234.92º | 0.52% | 0.44% | - |
| XYZ | 6.07 | 5.1 | 16.29 | - |
| YUV | 63.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 113 | 0.52 | 0.48 | 0 | 0.56 | 234.92 | 0.35 | 0.33 |
| Hex | 36 | 3B | 71 | 34 | 30 | 0 | 38 | EB | 23 | 21 |
| Octal | 66 | 73 | 161 | 64 | 60 | 0 | 70 | 353 | 43 | 41 |
| Binary | 110110 | 111011 | 1110001 | 110100 | 110000 | 0 | 111000 | 11101011 | 100011 | 100001 |
Color Harmonies of #363B71
Complementary color
Monochromatic Colors of #363B71
Black with #363B71
Text Example
Text Example
White with #363B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B71; }
p { color: rgb(54,59,113); }
H1.HeaderClassName
{
color: #363B71;
}
.AnyTagClassName
{
color: #363B71;
}
</style>
background-color css
<style>
a { background-color: #363B71; }
a { background-color: rgb(54,59,113); }
div.DivClassName
{
background-color: #363B71;
}
.BgClassName
{
background-color: #363B71;
}
</style>
border-color css
<style>
span { border-color: #363B71; }
span { border-color: rgb(54,59,113); }
td.TdClassName
{
border-color: #363B71;
}
.TagClassName
{
border-color: #363B71;
}
</style>