Shades of Torea Bay #343D7B
Tints of Torea Bay #343D7B
RGB
CMYK
RGB Variations
Color information
#343D7B (or 0x343D7B) is known color: Torea Bay. HEX triplet: 34, 3D and 7B. RGB value is (52,61,123). Sum of RGB (Red+Green+Blue) = 52+61+123=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #343D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D7B is #CBC284. Grayscale: #414141. Windows color (decimal): -13353605 or 8076596. OLE color: 8076596.
HSL color Cylindrical-coordinate representation of color #343D7B: hue angle of 232.39º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343D7B is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 61 | 123 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.52 |
| HSL | 232.39º | 0.41% | 0.34% | - |
| HSV(B) | 232.39º | 0.58% | 0.48% | - |
| XYZ | 6.66 | 5.5 | 19.45 | - |
| YUV | 65.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 123 | 0.58 | 0.50 | 0 | 0.52 | 232.39 | 0.41 | 0.34 |
| Hex | 34 | 3D | 7B | 3A | 32 | 0 | 34 | E8 | 29 | 22 |
| Octal | 64 | 75 | 173 | 72 | 62 | 0 | 64 | 350 | 51 | 42 |
| Binary | 110100 | 111101 | 1111011 | 111010 | 110010 | 0 | 110100 | 11101000 | 101001 | 100010 |
Color Harmonies of #343D7B
Complementary color
Monochromatic Colors of #343D7B
Black with #343D7B
Text Example
Text Example
White with #343D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D7B; }
p { color: rgb(52,61,123); }
H1.HeaderClassName
{
color: #343D7B;
}
.AnyTagClassName
{
color: #343D7B;
}
</style>
background-color css
<style>
a { background-color: #343D7B; }
a { background-color: rgb(52,61,123); }
div.DivClassName
{
background-color: #343D7B;
}
.BgClassName
{
background-color: #343D7B;
}
</style>
border-color css
<style>
span { border-color: #343D7B; }
span { border-color: rgb(52,61,123); }
td.TdClassName
{
border-color: #343D7B;
}
.TagClassName
{
border-color: #343D7B;
}
</style>