Shades of Torea Bay #343D71
Tints of Torea Bay #343D71
RGB
CMYK
RGB Variations
Color information
#343D71 (or 0x343D71) is known color: Torea Bay. HEX triplet: 34, 3D and 71. RGB value is (52,61,113). Sum of RGB (Red+Green+Blue) = 52+61+113=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #343D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D71 is #CBC28E. Grayscale: #404040. Windows color (decimal): -13353615 or 7421236. OLE color: 7421236.
HSL color Cylindrical-coordinate representation of color #343D71: hue angle of 231.15º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #343D71 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 61 | 113 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.56 |
| HSL | 231.15º | 0.37% | 0.32% | - |
| HSV(B) | 231.15º | 0.54% | 0.44% | - |
| XYZ | 6.07 | 5.26 | 16.32 | - |
| YUV | 64.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 113 | 0.54 | 0.46 | 0 | 0.56 | 231.15 | 0.37 | 0.32 |
| Hex | 34 | 3D | 71 | 36 | 2E | 0 | 38 | E7 | 25 | 20 |
| Octal | 64 | 75 | 161 | 66 | 56 | 0 | 70 | 347 | 45 | 40 |
| Binary | 110100 | 111101 | 1110001 | 110110 | 101110 | 0 | 111000 | 11100111 | 100101 | 100000 |
Color Harmonies of #343D71
Complementary color
Monochromatic Colors of #343D71
Black with #343D71
Text Example
Text Example
White with #343D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D71; }
p { color: rgb(52,61,113); }
H1.HeaderClassName
{
color: #343D71;
}
.AnyTagClassName
{
color: #343D71;
}
</style>
background-color css
<style>
a { background-color: #343D71; }
a { background-color: rgb(52,61,113); }
div.DivClassName
{
background-color: #343D71;
}
.BgClassName
{
background-color: #343D71;
}
</style>
border-color css
<style>
span { border-color: #343D71; }
span { border-color: rgb(52,61,113); }
td.TdClassName
{
border-color: #343D71;
}
.TagClassName
{
border-color: #343D71;
}
</style>