Shades of St Tropaz #395A8A
Tints of St Tropaz #395A8A
RGB
CMYK
RGB Variations
Color information
#395A8A (or 0x395A8A) is known color: St Tropaz. HEX triplet: 39, 5A and 8A. RGB value is (57,90,138). Sum of RGB (Red+Green+Blue) = 57+90+138=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #395A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395A8A is #C6A575. Grayscale: #555555. Windows color (decimal): -13018486 or 9067065. OLE color: 9067065.
HSL color Cylindrical-coordinate representation of color #395A8A: hue angle of 215.56º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #395A8A is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 90 | 138 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.46 |
| HSL | 215.56º | 0.42% | 0.38% | - |
| HSV(B) | 215.56º | 0.59% | 0.54% | - |
| XYZ | 9.93 | 10.02 | 25.45 | - |
| YUV | 85.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 138 | 0.59 | 0.35 | 0 | 0.46 | 215.56 | 0.42 | 0.38 |
| Hex | 39 | 5A | 8A | 3B | 23 | 0 | 2E | D8 | 2A | 26 |
| Octal | 71 | 132 | 212 | 73 | 43 | 0 | 56 | 330 | 52 | 46 |
| Binary | 111001 | 1011010 | 10001010 | 111011 | 100011 | 0 | 101110 | 11011000 | 101010 | 100110 |
Color Harmonies of #395A8A
Complementary color
Monochromatic Colors of #395A8A
Black with #395A8A
Text Example
Text Example
White with #395A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A8A; }
p { color: rgb(57,90,138); }
H1.HeaderClassName
{
color: #395A8A;
}
.AnyTagClassName
{
color: #395A8A;
}
</style>
background-color css
<style>
a { background-color: #395A8A; }
a { background-color: rgb(57,90,138); }
div.DivClassName
{
background-color: #395A8A;
}
.BgClassName
{
background-color: #395A8A;
}
</style>
border-color css
<style>
span { border-color: #395A8A; }
span { border-color: rgb(57,90,138); }
td.TdClassName
{
border-color: #395A8A;
}
.TagClassName
{
border-color: #395A8A;
}
</style>