Shades of Torea Bay #363F78
Tints of Torea Bay #363F78
RGB
CMYK
RGB Variations
Color information
#363F78 (or 0x363F78) is known color: Torea Bay. HEX triplet: 36, 3F and 78. RGB value is (54,63,120). Sum of RGB (Red+Green+Blue) = 54+63+120=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #363F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F78 is #C9C087. Grayscale: #424242. Windows color (decimal): -13222024 or 7880502. OLE color: 7880502.
HSL color Cylindrical-coordinate representation of color #363F78: hue angle of 231.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #363F78 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 63 | 120 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.53 |
| HSL | 231.82º | 0.38% | 0.34% | - |
| HSV(B) | 231.82º | 0.55% | 0.47% | - |
| XYZ | 6.69 | 5.7 | 18.52 | - |
| YUV | 66.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 120 | 0.55 | 0.48 | 0 | 0.53 | 231.82 | 0.38 | 0.34 |
| Hex | 36 | 3F | 78 | 37 | 30 | 0 | 35 | E8 | 26 | 22 |
| Octal | 66 | 77 | 170 | 67 | 60 | 0 | 65 | 350 | 46 | 42 |
| Binary | 110110 | 111111 | 1111000 | 110111 | 110000 | 0 | 110101 | 11101000 | 100110 | 100010 |
Color Harmonies of #363F78
Complementary color
Monochromatic Colors of #363F78
Black with #363F78
Text Example
Text Example
White with #363F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F78; }
p { color: rgb(54,63,120); }
H1.HeaderClassName
{
color: #363F78;
}
.AnyTagClassName
{
color: #363F78;
}
</style>
background-color css
<style>
a { background-color: #363F78; }
a { background-color: rgb(54,63,120); }
div.DivClassName
{
background-color: #363F78;
}
.BgClassName
{
background-color: #363F78;
}
</style>
border-color css
<style>
span { border-color: #363F78; }
span { border-color: rgb(54,63,120); }
td.TdClassName
{
border-color: #363F78;
}
.TagClassName
{
border-color: #363F78;
}
</style>