Shades of St Tropaz #385A8A
Tints of St Tropaz #385A8A
RGB
CMYK
RGB Variations
Color information
#385A8A (or 0x385A8A) is known color: St Tropaz. HEX triplet: 38, 5A and 8A. RGB value is (56,90,138). Sum of RGB (Red+Green+Blue) = 56+90+138=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #385A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385A8A is #C7A575. Grayscale: #555555. Windows color (decimal): -13084022 or 9067064. OLE color: 9067064.
HSL color Cylindrical-coordinate representation of color #385A8A: hue angle of 215.12º 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 #385A8A is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 90 | 138 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.46 |
| HSL | 215.12º | 0.42% | 0.38% | - |
| HSV(B) | 215.12º | 0.59% | 0.54% | - |
| XYZ | 9.87 | 9.99 | 25.45 | - |
| YUV | 85.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 138 | 0.59 | 0.35 | 0 | 0.46 | 215.12 | 0.42 | 0.38 |
| Hex | 38 | 5A | 8A | 3B | 23 | 0 | 2E | D7 | 2A | 26 |
| Octal | 70 | 132 | 212 | 73 | 43 | 0 | 56 | 327 | 52 | 46 |
| Binary | 111000 | 1011010 | 10001010 | 111011 | 100011 | 0 | 101110 | 11010111 | 101010 | 100110 |
Color Harmonies of #385A8A
Complementary color
Monochromatic Colors of #385A8A
Black with #385A8A
Text Example
Text Example
White with #385A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A8A; }
p { color: rgb(56,90,138); }
H1.HeaderClassName
{
color: #385A8A;
}
.AnyTagClassName
{
color: #385A8A;
}
</style>
background-color css
<style>
a { background-color: #385A8A; }
a { background-color: rgb(56,90,138); }
div.DivClassName
{
background-color: #385A8A;
}
.BgClassName
{
background-color: #385A8A;
}
</style>
border-color css
<style>
span { border-color: #385A8A; }
span { border-color: rgb(56,90,138); }
td.TdClassName
{
border-color: #385A8A;
}
.TagClassName
{
border-color: #385A8A;
}
</style>