Shades of Torea Bay #343C76
Tints of Torea Bay #343C76
RGB
CMYK
RGB Variations
Color information
#343C76 (or 0x343C76) is known color: Torea Bay. HEX triplet: 34, 3C and 76. RGB value is (52,60,118). Sum of RGB (Red+Green+Blue) = 52+60+118=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #343C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C76 is #CBC389. Grayscale: #3F3F3F. Windows color (decimal): -13353866 or 7748660. OLE color: 7748660.
HSL color Cylindrical-coordinate representation of color #343C76: hue angle of 232.73º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343C76 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 60 | 118 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.54 |
| HSL | 232.73º | 0.39% | 0.33% | - |
| HSV(B) | 232.73º | 0.56% | 0.46% | - |
| XYZ | 6.3 | 5.27 | 17.82 | - |
| YUV | 64.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 118 | 0.56 | 0.49 | 0 | 0.54 | 232.73 | 0.39 | 0.33 |
| Hex | 34 | 3C | 76 | 38 | 31 | 0 | 36 | E9 | 27 | 21 |
| Octal | 64 | 74 | 166 | 70 | 61 | 0 | 66 | 351 | 47 | 41 |
| Binary | 110100 | 111100 | 1110110 | 111000 | 110001 | 0 | 110110 | 11101001 | 100111 | 100001 |
Color Harmonies of #343C76
Complementary color
Monochromatic Colors of #343C76
Black with #343C76
Text Example
Text Example
White with #343C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C76; }
p { color: rgb(52,60,118); }
H1.HeaderClassName
{
color: #343C76;
}
.AnyTagClassName
{
color: #343C76;
}
</style>
background-color css
<style>
a { background-color: #343C76; }
a { background-color: rgb(52,60,118); }
div.DivClassName
{
background-color: #343C76;
}
.BgClassName
{
background-color: #343C76;
}
</style>
border-color css
<style>
span { border-color: #343C76; }
span { border-color: rgb(52,60,118); }
td.TdClassName
{
border-color: #343C76;
}
.TagClassName
{
border-color: #343C76;
}
</style>