Shades of St Tropaz #34568A
Tints of St Tropaz #34568A
RGB
CMYK
RGB Variations
Color information
#34568A (or 0x34568A) is known color: St Tropaz. HEX triplet: 34, 56 and 8A. RGB value is (52,86,138). Sum of RGB (Red+Green+Blue) = 52+86+138=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #34568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34568A is #CBA975. Grayscale: #515151. Windows color (decimal): -13347190 or 9066036. OLE color: 9066036.
HSL color Cylindrical-coordinate representation of color #34568A: hue angle of 216.28º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34568A is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 86 | 138 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.46 |
| HSL | 216.28º | 0.45% | 0.37% | - |
| HSV(B) | 216.28º | 0.62% | 0.54% | - |
| XYZ | 9.33 | 9.22 | 25.33 | - |
| YUV | 81.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 138 | 0.62 | 0.38 | 0 | 0.46 | 216.28 | 0.45 | 0.37 |
| Hex | 34 | 56 | 8A | 3E | 26 | 0 | 2E | D8 | 2D | 25 |
| Octal | 64 | 126 | 212 | 76 | 46 | 0 | 56 | 330 | 55 | 45 |
| Binary | 110100 | 1010110 | 10001010 | 111110 | 100110 | 0 | 101110 | 11011000 | 101101 | 100101 |
Color Harmonies of #34568A
Complementary color
Monochromatic Colors of #34568A
Black with #34568A
Text Example
Text Example
White with #34568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34568A; }
p { color: rgb(52,86,138); }
H1.HeaderClassName
{
color: #34568A;
}
.AnyTagClassName
{
color: #34568A;
}
</style>
background-color css
<style>
a { background-color: #34568A; }
a { background-color: rgb(52,86,138); }
div.DivClassName
{
background-color: #34568A;
}
.BgClassName
{
background-color: #34568A;
}
</style>
border-color css
<style>
span { border-color: #34568A; }
span { border-color: rgb(52,86,138); }
td.TdClassName
{
border-color: #34568A;
}
.TagClassName
{
border-color: #34568A;
}
</style>