Shades of Torea Bay #343D72
Tints of Torea Bay #343D72
RGB
CMYK
RGB Variations
Color information
#343D72 (or 0x343D72) is known color: Torea Bay. HEX triplet: 34, 3D and 72. RGB value is (52,61,114). Sum of RGB (Red+Green+Blue) = 52+61+114=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #343D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D72 is #CBC28D. Grayscale: #404040. Windows color (decimal): -13353614 or 7486772. OLE color: 7486772.
HSL color Cylindrical-coordinate representation of color #343D72: hue angle of 231.29º 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 #343D72 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 61 | 114 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.55 |
| HSL | 231.29º | 0.37% | 0.33% | - |
| HSV(B) | 231.29º | 0.54% | 0.45% | - |
| XYZ | 6.12 | 5.28 | 16.62 | - |
| YUV | 64.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 114 | 0.54 | 0.46 | 0 | 0.55 | 231.29 | 0.37 | 0.33 |
| Hex | 34 | 3D | 72 | 36 | 2E | 0 | 37 | E7 | 25 | 21 |
| Octal | 64 | 75 | 162 | 66 | 56 | 0 | 67 | 347 | 45 | 41 |
| Binary | 110100 | 111101 | 1110010 | 110110 | 101110 | 0 | 110111 | 11100111 | 100101 | 100001 |
Color Harmonies of #343D72
Complementary color
Monochromatic Colors of #343D72
Black with #343D72
Text Example
Text Example
White with #343D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D72; }
p { color: rgb(52,61,114); }
H1.HeaderClassName
{
color: #343D72;
}
.AnyTagClassName
{
color: #343D72;
}
</style>
background-color css
<style>
a { background-color: #343D72; }
a { background-color: rgb(52,61,114); }
div.DivClassName
{
background-color: #343D72;
}
.BgClassName
{
background-color: #343D72;
}
</style>
border-color css
<style>
span { border-color: #343D72; }
span { border-color: rgb(52,61,114); }
td.TdClassName
{
border-color: #343D72;
}
.TagClassName
{
border-color: #343D72;
}
</style>