Shades of Torea Bay #353A70
Tints of Torea Bay #353A70
RGB
CMYK
RGB Variations
Color information
#353A70 (or 0x353A70) is known color: Torea Bay. HEX triplet: 35, 3A and 70. RGB value is (53,58,112). Sum of RGB (Red+Green+Blue) = 53+58+112=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #353A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A70 is #CAC58F. Grayscale: #3E3E3E. Windows color (decimal): -13288848 or 7354933. OLE color: 7354933.
HSL color Cylindrical-coordinate representation of color #353A70: hue angle of 234.92º 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 #353A70 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 58 | 112 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.56 |
| HSL | 234.92º | 0.36% | 0.32% | - |
| HSV(B) | 234.92º | 0.53% | 0.44% | - |
| XYZ | 5.91 | 4.95 | 15.97 | - |
| YUV | 62.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 112 | 0.53 | 0.48 | 0 | 0.56 | 234.92 | 0.36 | 0.32 |
| Hex | 35 | 3A | 70 | 35 | 30 | 0 | 38 | EB | 24 | 20 |
| Octal | 65 | 72 | 160 | 65 | 60 | 0 | 70 | 353 | 44 | 40 |
| Binary | 110101 | 111010 | 1110000 | 110101 | 110000 | 0 | 111000 | 11101011 | 100100 | 100000 |
Color Harmonies of #353A70
Complementary color
Monochromatic Colors of #353A70
Black with #353A70
Text Example
Text Example
White with #353A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A70; }
p { color: rgb(53,58,112); }
H1.HeaderClassName
{
color: #353A70;
}
.AnyTagClassName
{
color: #353A70;
}
</style>
background-color css
<style>
a { background-color: #353A70; }
a { background-color: rgb(53,58,112); }
div.DivClassName
{
background-color: #353A70;
}
.BgClassName
{
background-color: #353A70;
}
</style>
border-color css
<style>
span { border-color: #353A70; }
span { border-color: rgb(53,58,112); }
td.TdClassName
{
border-color: #353A70;
}
.TagClassName
{
border-color: #353A70;
}
</style>