Shades of Torea Bay #363E72
Tints of Torea Bay #363E72
RGB
CMYK
RGB Variations
Color information
#363E72 (or 0x363E72) is known color: Torea Bay. HEX triplet: 36, 3E and 72. RGB value is (54,62,114). Sum of RGB (Red+Green+Blue) = 54+62+114=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #363E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E72 is #C9C18D. Grayscale: #414141. Windows color (decimal): -13222286 or 7487030. OLE color: 7487030.
HSL color Cylindrical-coordinate representation of color #363E72: hue angle of 232º 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 #363E72 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 62 | 114 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.55 |
| HSL | 232º | 0.36% | 0.33% | - |
| HSV(B) | 232º | 0.53% | 0.45% | - |
| XYZ | 6.28 | 5.44 | 16.64 | - |
| YUV | 65.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 114 | 0.53 | 0.46 | 0 | 0.55 | 232 | 0.36 | 0.33 |
| Hex | 36 | 3E | 72 | 35 | 2E | 0 | 37 | E8 | 24 | 21 |
| Octal | 66 | 76 | 162 | 65 | 56 | 0 | 67 | 350 | 44 | 41 |
| Binary | 110110 | 111110 | 1110010 | 110101 | 101110 | 0 | 110111 | 11101000 | 100100 | 100001 |
Color Harmonies of #363E72
Complementary color
Monochromatic Colors of #363E72
Black with #363E72
Text Example
Text Example
White with #363E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E72; }
p { color: rgb(54,62,114); }
H1.HeaderClassName
{
color: #363E72;
}
.AnyTagClassName
{
color: #363E72;
}
</style>
background-color css
<style>
a { background-color: #363E72; }
a { background-color: rgb(54,62,114); }
div.DivClassName
{
background-color: #363E72;
}
.BgClassName
{
background-color: #363E72;
}
</style>
border-color css
<style>
span { border-color: #363E72; }
span { border-color: rgb(54,62,114); }
td.TdClassName
{
border-color: #363E72;
}
.TagClassName
{
border-color: #363E72;
}
</style>