Shades of Torea Bay #343C7A
Tints of Torea Bay #343C7A
RGB
CMYK
RGB Variations
Color information
#343C7A (or 0x343C7A) is known color: Torea Bay. HEX triplet: 34, 3C and 7A. RGB value is (52,60,122). Sum of RGB (Red+Green+Blue) = 52+60+122=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #343C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C7A is #CBC385. Grayscale: #404040. Windows color (decimal): -13353862 or 8010804. OLE color: 8010804.
HSL color Cylindrical-coordinate representation of color #343C7A: hue angle of 233.14º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #343C7A is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 60 | 122 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.52 |
| HSL | 233.14º | 0.4% | 0.34% | - |
| HSV(B) | 233.14º | 0.57% | 0.48% | - |
| XYZ | 6.54 | 5.37 | 19.1 | - |
| YUV | 64.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 122 | 0.57 | 0.51 | 0 | 0.52 | 233.14 | 0.4 | 0.34 |
| Hex | 34 | 3C | 7A | 39 | 33 | 0 | 34 | E9 | 28 | 22 |
| Octal | 64 | 74 | 172 | 71 | 63 | 0 | 64 | 351 | 50 | 42 |
| Binary | 110100 | 111100 | 1111010 | 111001 | 110011 | 0 | 110100 | 11101001 | 101000 | 100010 |
Color Harmonies of #343C7A
Complementary color
Monochromatic Colors of #343C7A
Black with #343C7A
Text Example
Text Example
White with #343C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C7A; }
p { color: rgb(52,60,122); }
H1.HeaderClassName
{
color: #343C7A;
}
.AnyTagClassName
{
color: #343C7A;
}
</style>
background-color css
<style>
a { background-color: #343C7A; }
a { background-color: rgb(52,60,122); }
div.DivClassName
{
background-color: #343C7A;
}
.BgClassName
{
background-color: #343C7A;
}
</style>
border-color css
<style>
span { border-color: #343C7A; }
span { border-color: rgb(52,60,122); }
td.TdClassName
{
border-color: #343C7A;
}
.TagClassName
{
border-color: #343C7A;
}
</style>