Shades of Torea Bay #343D6D
Tints of Torea Bay #343D6D
RGB
CMYK
RGB Variations
Color information
#343D6D (or 0x343D6D) is known color: Torea Bay. HEX triplet: 34, 3D and 6D. RGB value is (52,61,109). Sum of RGB (Red+Green+Blue) = 52+61+109=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #343D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D6D is #CBC292. Grayscale: #3F3F3F. Windows color (decimal): -13353619 or 7159092. OLE color: 7159092.
HSL color Cylindrical-coordinate representation of color #343D6D: hue angle of 230.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343D6D is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 61 | 109 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.57 |
| HSL | 230.53º | 0.35% | 0.32% | - |
| HSV(B) | 230.53º | 0.52% | 0.43% | - |
| XYZ | 5.85 | 5.17 | 15.16 | - |
| YUV | 63.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 109 | 0.52 | 0.44 | 0 | 0.57 | 230.53 | 0.35 | 0.32 |
| Hex | 34 | 3D | 6D | 34 | 2C | 0 | 39 | E7 | 23 | 20 |
| Octal | 64 | 75 | 155 | 64 | 54 | 0 | 71 | 347 | 43 | 40 |
| Binary | 110100 | 111101 | 1101101 | 110100 | 101100 | 0 | 111001 | 11100111 | 100011 | 100000 |
Color Harmonies of #343D6D
Complementary color
Monochromatic Colors of #343D6D
Black with #343D6D
Text Example
Text Example
White with #343D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D6D; }
p { color: rgb(52,61,109); }
H1.HeaderClassName
{
color: #343D6D;
}
.AnyTagClassName
{
color: #343D6D;
}
</style>
background-color css
<style>
a { background-color: #343D6D; }
a { background-color: rgb(52,61,109); }
div.DivClassName
{
background-color: #343D6D;
}
.BgClassName
{
background-color: #343D6D;
}
</style>
border-color css
<style>
span { border-color: #343D6D; }
span { border-color: rgb(52,61,109); }
td.TdClassName
{
border-color: #343D6D;
}
.TagClassName
{
border-color: #343D6D;
}
</style>