Shades of Torea Bay #353D71
Tints of Torea Bay #353D71
RGB
CMYK
RGB Variations
Color information
#353D71 (or 0x353D71) is known color: Torea Bay. HEX triplet: 35, 3D and 71. RGB value is (53,61,113). Sum of RGB (Red+Green+Blue) = 53+61+113=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #353D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D71 is #CAC28E. Grayscale: #404040. Windows color (decimal): -13288079 or 7421237. OLE color: 7421237.
HSL color Cylindrical-coordinate representation of color #353D71: hue angle of 232º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353D71 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 61 | 113 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.56 |
| HSL | 232º | 0.36% | 0.33% | - |
| HSV(B) | 232º | 0.53% | 0.44% | - |
| XYZ | 6.12 | 5.29 | 16.32 | - |
| YUV | 64.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 113 | 0.53 | 0.46 | 0 | 0.56 | 232 | 0.36 | 0.33 |
| Hex | 35 | 3D | 71 | 35 | 2E | 0 | 38 | E8 | 24 | 21 |
| Octal | 65 | 75 | 161 | 65 | 56 | 0 | 70 | 350 | 44 | 41 |
| Binary | 110101 | 111101 | 1110001 | 110101 | 101110 | 0 | 111000 | 11101000 | 100100 | 100001 |
Color Harmonies of #353D71
Complementary color
Monochromatic Colors of #353D71
Black with #353D71
Text Example
Text Example
White with #353D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D71; }
p { color: rgb(53,61,113); }
H1.HeaderClassName
{
color: #353D71;
}
.AnyTagClassName
{
color: #353D71;
}
</style>
background-color css
<style>
a { background-color: #353D71; }
a { background-color: rgb(53,61,113); }
div.DivClassName
{
background-color: #353D71;
}
.BgClassName
{
background-color: #353D71;
}
</style>
border-color css
<style>
span { border-color: #353D71; }
span { border-color: rgb(53,61,113); }
td.TdClassName
{
border-color: #353D71;
}
.TagClassName
{
border-color: #353D71;
}
</style>