Shades of Torea Bay #353D72
Tints of Torea Bay #353D72
RGB
CMYK
RGB Variations
Color information
#353D72 (or 0x353D72) is known color: Torea Bay. HEX triplet: 35, 3D and 72. RGB value is (53,61,114). Sum of RGB (Red+Green+Blue) = 53+61+114=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #353D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D72 is #CAC28D. Grayscale: #404040. Windows color (decimal): -13288078 or 7486773. OLE color: 7486773.
HSL color Cylindrical-coordinate representation of color #353D72: hue angle of 232.13º 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 #353D72 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 61 | 114 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.55 |
| HSL | 232.13º | 0.37% | 0.33% | - |
| HSV(B) | 232.13º | 0.54% | 0.45% | - |
| XYZ | 6.17 | 5.31 | 16.62 | - |
| YUV | 64.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 114 | 0.54 | 0.46 | 0 | 0.55 | 232.13 | 0.37 | 0.33 |
| Hex | 35 | 3D | 72 | 36 | 2E | 0 | 37 | E8 | 25 | 21 |
| Octal | 65 | 75 | 162 | 66 | 56 | 0 | 67 | 350 | 45 | 41 |
| Binary | 110101 | 111101 | 1110010 | 110110 | 101110 | 0 | 110111 | 11101000 | 100101 | 100001 |
Color Harmonies of #353D72
Complementary color
Monochromatic Colors of #353D72
Black with #353D72
Text Example
Text Example
White with #353D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D72; }
p { color: rgb(53,61,114); }
H1.HeaderClassName
{
color: #353D72;
}
.AnyTagClassName
{
color: #353D72;
}
</style>
background-color css
<style>
a { background-color: #353D72; }
a { background-color: rgb(53,61,114); }
div.DivClassName
{
background-color: #353D72;
}
.BgClassName
{
background-color: #353D72;
}
</style>
border-color css
<style>
span { border-color: #353D72; }
span { border-color: rgb(53,61,114); }
td.TdClassName
{
border-color: #353D72;
}
.TagClassName
{
border-color: #353D72;
}
</style>