Shades of Torea Bay #353F75
Tints of Torea Bay #353F75
RGB
CMYK
RGB Variations
Color information
#353F75 (or 0x353F75) is known color: Torea Bay. HEX triplet: 35, 3F and 75. RGB value is (53,63,117). Sum of RGB (Red+Green+Blue) = 53+63+117=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #353F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F75 is #CAC08A. Grayscale: #414141. Windows color (decimal): -13287563 or 7683893. OLE color: 7683893.
HSL color Cylindrical-coordinate representation of color #353F75: hue angle of 230.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353F75 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 63 | 117 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.54 |
| HSL | 230.63º | 0.38% | 0.33% | - |
| HSV(B) | 230.63º | 0.55% | 0.46% | - |
| XYZ | 6.46 | 5.6 | 17.57 | - |
| YUV | 66.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 117 | 0.55 | 0.46 | 0 | 0.54 | 230.63 | 0.38 | 0.33 |
| Hex | 35 | 3F | 75 | 37 | 2E | 0 | 36 | E7 | 26 | 21 |
| Octal | 65 | 77 | 165 | 67 | 56 | 0 | 66 | 347 | 46 | 41 |
| Binary | 110101 | 111111 | 1110101 | 110111 | 101110 | 0 | 110110 | 11100111 | 100110 | 100001 |
Color Harmonies of #353F75
Complementary color
Monochromatic Colors of #353F75
Black with #353F75
Text Example
Text Example
White with #353F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F75; }
p { color: rgb(53,63,117); }
H1.HeaderClassName
{
color: #353F75;
}
.AnyTagClassName
{
color: #353F75;
}
</style>
background-color css
<style>
a { background-color: #353F75; }
a { background-color: rgb(53,63,117); }
div.DivClassName
{
background-color: #353F75;
}
.BgClassName
{
background-color: #353F75;
}
</style>
border-color css
<style>
span { border-color: #353F75; }
span { border-color: rgb(53,63,117); }
td.TdClassName
{
border-color: #353F75;
}
.TagClassName
{
border-color: #353F75;
}
</style>