Shades of Torea Bay #353D70
Tints of Torea Bay #353D70
RGB
CMYK
RGB Variations
Color information
#353D70 (or 0x353D70) is known color: Torea Bay. HEX triplet: 35, 3D and 70. RGB value is (53,61,112). Sum of RGB (Red+Green+Blue) = 53+61+112=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #353D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D70 is #CAC28F. Grayscale: #404040. Windows color (decimal): -13288080 or 7355701. OLE color: 7355701.
HSL color Cylindrical-coordinate representation of color #353D70: hue angle of 231.86º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353D70 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 61 | 112 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.56 |
| HSL | 231.86º | 0.36% | 0.32% | - |
| HSV(B) | 231.86º | 0.53% | 0.44% | - |
| XYZ | 6.06 | 5.26 | 16.03 | - |
| YUV | 64.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 112 | 0.53 | 0.46 | 0 | 0.56 | 231.86 | 0.36 | 0.32 |
| Hex | 35 | 3D | 70 | 35 | 2E | 0 | 38 | E8 | 24 | 20 |
| Octal | 65 | 75 | 160 | 65 | 56 | 0 | 70 | 350 | 44 | 40 |
| Binary | 110101 | 111101 | 1110000 | 110101 | 101110 | 0 | 111000 | 11101000 | 100100 | 100000 |
Color Harmonies of #353D70
Complementary color
Monochromatic Colors of #353D70
Black with #353D70
Text Example
Text Example
White with #353D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D70; }
p { color: rgb(53,61,112); }
H1.HeaderClassName
{
color: #353D70;
}
.AnyTagClassName
{
color: #353D70;
}
</style>
background-color css
<style>
a { background-color: #353D70; }
a { background-color: rgb(53,61,112); }
div.DivClassName
{
background-color: #353D70;
}
.BgClassName
{
background-color: #353D70;
}
</style>
border-color css
<style>
span { border-color: #353D70; }
span { border-color: rgb(53,61,112); }
td.TdClassName
{
border-color: #353D70;
}
.TagClassName
{
border-color: #353D70;
}
</style>