Shades of Torea Bay #353C78
Tints of Torea Bay #353C78
RGB
CMYK
RGB Variations
Color information
#353C78 (or 0x353C78) is known color: Torea Bay. HEX triplet: 35, 3C and 78. RGB value is (53,60,120). Sum of RGB (Red+Green+Blue) = 53+60+120=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #353C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C78 is #CAC387. Grayscale: #404040. Windows color (decimal): -13288328 or 7879733. OLE color: 7879733.
HSL color Cylindrical-coordinate representation of color #353C78: hue angle of 233.73º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #353C78 is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 60 | 120 | - |
| CMYK | 0.56 | 0.5 | 0 | 0.53 |
| HSL | 233.73º | 0.39% | 0.34% | - |
| HSV(B) | 233.73º | 0.56% | 0.47% | - |
| XYZ | 6.47 | 5.34 | 18.46 | - |
| YUV | 64.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 120 | 0.56 | 0.5 | 0 | 0.53 | 233.73 | 0.39 | 0.34 |
| Hex | 35 | 3C | 78 | 38 | 32 | 0 | 35 | EA | 27 | 22 |
| Octal | 65 | 74 | 170 | 70 | 62 | 0 | 65 | 352 | 47 | 42 |
| Binary | 110101 | 111100 | 1111000 | 111000 | 110010 | 0 | 110101 | 11101010 | 100111 | 100010 |
Color Harmonies of #353C78
Complementary color
Monochromatic Colors of #353C78
Black with #353C78
Text Example
Text Example
White with #353C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C78; }
p { color: rgb(53,60,120); }
H1.HeaderClassName
{
color: #353C78;
}
.AnyTagClassName
{
color: #353C78;
}
</style>
background-color css
<style>
a { background-color: #353C78; }
a { background-color: rgb(53,60,120); }
div.DivClassName
{
background-color: #353C78;
}
.BgClassName
{
background-color: #353C78;
}
</style>
border-color css
<style>
span { border-color: #353C78; }
span { border-color: rgb(53,60,120); }
td.TdClassName
{
border-color: #353C78;
}
.TagClassName
{
border-color: #353C78;
}
</style>