Shades of Torea Bay #353D73
Tints of Torea Bay #353D73
RGB
CMYK
RGB Variations
Color information
#353D73 (or 0x353D73) is known color: Torea Bay. HEX triplet: 35, 3D and 73. RGB value is (53,61,115). Sum of RGB (Red+Green+Blue) = 53+61+115=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #353D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D73 is #CAC28C. Grayscale: #404040. Windows color (decimal): -13288077 or 7552309. OLE color: 7552309.
HSL color Cylindrical-coordinate representation of color #353D73: hue angle of 232.26º 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 #353D73 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 61 | 115 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.55 |
| HSL | 232.26º | 0.37% | 0.33% | - |
| HSV(B) | 232.26º | 0.54% | 0.45% | - |
| XYZ | 6.23 | 5.33 | 16.92 | - |
| YUV | 64.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 115 | 0.54 | 0.47 | 0 | 0.55 | 232.26 | 0.37 | 0.33 |
| Hex | 35 | 3D | 73 | 36 | 2F | 0 | 37 | E8 | 25 | 21 |
| Octal | 65 | 75 | 163 | 66 | 57 | 0 | 67 | 350 | 45 | 41 |
| Binary | 110101 | 111101 | 1110011 | 110110 | 101111 | 0 | 110111 | 11101000 | 100101 | 100001 |
Color Harmonies of #353D73
Complementary color
Monochromatic Colors of #353D73
Black with #353D73
Text Example
Text Example
White with #353D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D73; }
p { color: rgb(53,61,115); }
H1.HeaderClassName
{
color: #353D73;
}
.AnyTagClassName
{
color: #353D73;
}
</style>
background-color css
<style>
a { background-color: #353D73; }
a { background-color: rgb(53,61,115); }
div.DivClassName
{
background-color: #353D73;
}
.BgClassName
{
background-color: #353D73;
}
</style>
border-color css
<style>
span { border-color: #353D73; }
span { border-color: rgb(53,61,115); }
td.TdClassName
{
border-color: #353D73;
}
.TagClassName
{
border-color: #353D73;
}
</style>