Shades of Torea Bay #343B73
Tints of Torea Bay #343B73
RGB
CMYK
RGB Variations
Color information
#343B73 (or 0x343B73) is known color: Torea Bay. HEX triplet: 34, 3B and 73. RGB value is (52,59,115). Sum of RGB (Red+Green+Blue) = 52+59+115=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #343B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B73 is #CBC48C. Grayscale: #3F3F3F. Windows color (decimal): -13354125 or 7551796. OLE color: 7551796.
HSL color Cylindrical-coordinate representation of color #343B73: hue angle of 233.33º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #343B73 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 59 | 115 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.55 |
| HSL | 233.33º | 0.38% | 0.33% | - |
| HSV(B) | 233.33º | 0.55% | 0.45% | - |
| XYZ | 6.07 | 5.1 | 16.88 | - |
| YUV | 63.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 115 | 0.55 | 0.49 | 0 | 0.55 | 233.33 | 0.38 | 0.33 |
| Hex | 34 | 3B | 73 | 37 | 31 | 0 | 37 | E9 | 26 | 21 |
| Octal | 64 | 73 | 163 | 67 | 61 | 0 | 67 | 351 | 46 | 41 |
| Binary | 110100 | 111011 | 1110011 | 110111 | 110001 | 0 | 110111 | 11101001 | 100110 | 100001 |
Color Harmonies of #343B73
Complementary color
Monochromatic Colors of #343B73
Black with #343B73
Text Example
Text Example
White with #343B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B73; }
p { color: rgb(52,59,115); }
H1.HeaderClassName
{
color: #343B73;
}
.AnyTagClassName
{
color: #343B73;
}
</style>
background-color css
<style>
a { background-color: #343B73; }
a { background-color: rgb(52,59,115); }
div.DivClassName
{
background-color: #343B73;
}
.BgClassName
{
background-color: #343B73;
}
</style>
border-color css
<style>
span { border-color: #343B73; }
span { border-color: rgb(52,59,115); }
td.TdClassName
{
border-color: #343B73;
}
.TagClassName
{
border-color: #343B73;
}
</style>