Shades of St Tropaz #335A8A
Tints of St Tropaz #335A8A
RGB
CMYK
RGB Variations
Color information
#335A8A (or 0x335A8A) is known color: St Tropaz. HEX triplet: 33, 5A and 8A. RGB value is (51,90,138). Sum of RGB (Red+Green+Blue) = 51+90+138=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #335A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335A8A is #CCA575. Grayscale: #535353. Windows color (decimal): -13411702 or 9067059. OLE color: 9067059.
HSL color Cylindrical-coordinate representation of color #335A8A: hue angle of 213.1º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #335A8A is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 90 | 138 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.46 |
| HSL | 213.1º | 0.46% | 0.37% | - |
| HSV(B) | 213.1º | 0.63% | 0.54% | - |
| XYZ | 9.61 | 9.85 | 25.44 | - |
| YUV | 83.81 | 158.58 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 138 | 0.63 | 0.35 | 0 | 0.46 | 213.1 | 0.46 | 0.37 |
| Hex | 33 | 5A | 8A | 3F | 23 | 0 | 2E | D5 | 2E | 25 |
| Octal | 63 | 132 | 212 | 77 | 43 | 0 | 56 | 325 | 56 | 45 |
| Binary | 110011 | 1011010 | 10001010 | 111111 | 100011 | 0 | 101110 | 11010101 | 101110 | 100101 |
Color Harmonies of #335A8A
Complementary color
Monochromatic Colors of #335A8A
Black with #335A8A
Text Example
Text Example
White with #335A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335A8A; }
p { color: rgb(51,90,138); }
H1.HeaderClassName
{
color: #335A8A;
}
.AnyTagClassName
{
color: #335A8A;
}
</style>
background-color css
<style>
a { background-color: #335A8A; }
a { background-color: rgb(51,90,138); }
div.DivClassName
{
background-color: #335A8A;
}
.BgClassName
{
background-color: #335A8A;
}
</style>
border-color css
<style>
span { border-color: #335A8A; }
span { border-color: rgb(51,90,138); }
td.TdClassName
{
border-color: #335A8A;
}
.TagClassName
{
border-color: #335A8A;
}
</style>