Shades of Torea Bay #353A73
Tints of Torea Bay #353A73
RGB
CMYK
RGB Variations
Color information
#353A73 (or 0x353A73) is known color: Torea Bay. HEX triplet: 35, 3A and 73. RGB value is (53,58,115). Sum of RGB (Red+Green+Blue) = 53+58+115=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #353A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A73 is #CAC58C. Grayscale: #3E3E3E. Windows color (decimal): -13288845 or 7551541. OLE color: 7551541.
HSL color Cylindrical-coordinate representation of color #353A73: hue angle of 235.16º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #353A73 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 58 | 115 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.55 |
| HSL | 235.16º | 0.37% | 0.33% | - |
| HSV(B) | 235.16º | 0.54% | 0.45% | - |
| XYZ | 6.08 | 5.02 | 16.87 | - |
| YUV | 63 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 115 | 0.54 | 0.50 | 0 | 0.55 | 235.16 | 0.37 | 0.33 |
| Hex | 35 | 3A | 73 | 36 | 32 | 0 | 37 | EB | 25 | 21 |
| Octal | 65 | 72 | 163 | 66 | 62 | 0 | 67 | 353 | 45 | 41 |
| Binary | 110101 | 111010 | 1110011 | 110110 | 110010 | 0 | 110111 | 11101011 | 100101 | 100001 |
Color Harmonies of #353A73
Complementary color
Monochromatic Colors of #353A73
Black with #353A73
Text Example
Text Example
White with #353A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A73; }
p { color: rgb(53,58,115); }
H1.HeaderClassName
{
color: #353A73;
}
.AnyTagClassName
{
color: #353A73;
}
</style>
background-color css
<style>
a { background-color: #353A73; }
a { background-color: rgb(53,58,115); }
div.DivClassName
{
background-color: #353A73;
}
.BgClassName
{
background-color: #353A73;
}
</style>
border-color css
<style>
span { border-color: #353A73; }
span { border-color: rgb(53,58,115); }
td.TdClassName
{
border-color: #353A73;
}
.TagClassName
{
border-color: #353A73;
}
</style>