Shades of Torea Bay #343C75
Tints of Torea Bay #343C75
RGB
CMYK
RGB Variations
Color information
#343C75 (or 0x343C75) is known color: Torea Bay. HEX triplet: 34, 3C and 75. RGB value is (52,60,117). Sum of RGB (Red+Green+Blue) = 52+60+117=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #343C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C75 is #CBC38A. Grayscale: #3F3F3F. Windows color (decimal): -13353867 or 7683124. OLE color: 7683124.
HSL color Cylindrical-coordinate representation of color #343C75: hue angle of 232.62º degrees, saturation: 0.38, 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 #343C75 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 60 | 117 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.54 |
| HSL | 232.62º | 0.38% | 0.33% | - |
| HSV(B) | 232.62º | 0.56% | 0.46% | - |
| XYZ | 6.24 | 5.25 | 17.51 | - |
| YUV | 64.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 117 | 0.56 | 0.49 | 0 | 0.54 | 232.62 | 0.38 | 0.33 |
| Hex | 34 | 3C | 75 | 38 | 31 | 0 | 36 | E9 | 26 | 21 |
| Octal | 64 | 74 | 165 | 70 | 61 | 0 | 66 | 351 | 46 | 41 |
| Binary | 110100 | 111100 | 1110101 | 111000 | 110001 | 0 | 110110 | 11101001 | 100110 | 100001 |
Color Harmonies of #343C75
Complementary color
Monochromatic Colors of #343C75
Black with #343C75
Text Example
Text Example
White with #343C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C75; }
p { color: rgb(52,60,117); }
H1.HeaderClassName
{
color: #343C75;
}
.AnyTagClassName
{
color: #343C75;
}
</style>
background-color css
<style>
a { background-color: #343C75; }
a { background-color: rgb(52,60,117); }
div.DivClassName
{
background-color: #343C75;
}
.BgClassName
{
background-color: #343C75;
}
</style>
border-color css
<style>
span { border-color: #343C75; }
span { border-color: rgb(52,60,117); }
td.TdClassName
{
border-color: #343C75;
}
.TagClassName
{
border-color: #343C75;
}
</style>