Shades of Mariner #38669F
Tints of Mariner #38669F
RGB
CMYK
RGB Variations
Color information
#38669F (or 0x38669F) is known color: Mariner. HEX triplet: 38, 66 and 9F. RGB value is (56,102,159). Sum of RGB (Red+Green+Blue) = 56+102+159=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #38669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38669F is #C79960. Grayscale: #5E5E5E. Windows color (decimal): -13080929 or 10446392. OLE color: 10446392.
HSL color Cylindrical-coordinate representation of color #38669F: hue angle of 213.2º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38669F is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 102 | 159 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.38 |
| HSL | 213.2º | 0.48% | 0.42% | - |
| HSV(B) | 213.2º | 0.65% | 0.62% | - |
| XYZ | 12.64 | 12.85 | 34.61 | - |
| YUV | 94.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 159 | 0.65 | 0.36 | 0 | 0.38 | 213.2 | 0.48 | 0.42 |
| Hex | 38 | 66 | 9F | 41 | 24 | 0 | 26 | D5 | 30 | 2A |
| Octal | 70 | 146 | 237 | 101 | 44 | 0 | 46 | 325 | 60 | 52 |
| Binary | 111000 | 1100110 | 10011111 | 1000001 | 100100 | 0 | 100110 | 11010101 | 110000 | 101010 |
Color Harmonies of #38669F
Complementary color
Monochromatic Colors of #38669F
Black with #38669F
Text Example
Text Example
White with #38669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38669F; }
p { color: rgb(56,102,159); }
H1.HeaderClassName
{
color: #38669F;
}
.AnyTagClassName
{
color: #38669F;
}
</style>
background-color css
<style>
a { background-color: #38669F; }
a { background-color: rgb(56,102,159); }
div.DivClassName
{
background-color: #38669F;
}
.BgClassName
{
background-color: #38669F;
}
</style>
border-color css
<style>
span { border-color: #38669F; }
span { border-color: rgb(56,102,159); }
td.TdClassName
{
border-color: #38669F;
}
.TagClassName
{
border-color: #38669F;
}
</style>