Shades of Mariner #37629B
Tints of Mariner #37629B
RGB
CMYK
RGB Variations
Color information
#37629B (or 0x37629B) is known color: Mariner. HEX triplet: 37, 62 and 9B. RGB value is (55,98,155). Sum of RGB (Red+Green+Blue) = 55+98+155=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #37629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37629B is #C89D64. Grayscale: #5B5B5B. Windows color (decimal): -13147493 or 10183223. OLE color: 10183223.
HSL color Cylindrical-coordinate representation of color #37629B: hue angle of 214.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37629B is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 98 | 155 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.39 |
| HSL | 214.2º | 0.48% | 0.41% | - |
| HSV(B) | 214.2º | 0.65% | 0.61% | - |
| XYZ | 11.86 | 11.91 | 32.68 | - |
| YUV | 91.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 98 | 155 | 0.65 | 0.37 | 0 | 0.39 | 214.2 | 0.48 | 0.41 |
| Hex | 37 | 62 | 9B | 41 | 25 | 0 | 27 | D6 | 30 | 29 |
| Octal | 67 | 142 | 233 | 101 | 45 | 0 | 47 | 326 | 60 | 51 |
| Binary | 110111 | 1100010 | 10011011 | 1000001 | 100101 | 0 | 100111 | 11010110 | 110000 | 101001 |
Color Harmonies of #37629B
Complementary color
Monochromatic Colors of #37629B
Black with #37629B
Text Example
Text Example
White with #37629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37629B; }
p { color: rgb(55,98,155); }
H1.HeaderClassName
{
color: #37629B;
}
.AnyTagClassName
{
color: #37629B;
}
</style>
background-color css
<style>
a { background-color: #37629B; }
a { background-color: rgb(55,98,155); }
div.DivClassName
{
background-color: #37629B;
}
.BgClassName
{
background-color: #37629B;
}
</style>
border-color css
<style>
span { border-color: #37629B; }
span { border-color: rgb(55,98,155); }
td.TdClassName
{
border-color: #37629B;
}
.TagClassName
{
border-color: #37629B;
}
</style>