Shades of Mariner #3262B0
Tints of Mariner #3262B0
RGB
CMYK
RGB Variations
Color information
#3262B0 (or 0x3262B0) is known color: Mariner. HEX triplet: 32, 62 and B0. RGB value is (50,98,176). Sum of RGB (Red+Green+Blue) = 50+98+176=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 176 (69.14% from 255 or 54.32% from 324); Max value from RGB is 176 - color contains mainly: blue. Hex color #3262B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3262B0 is #CD9D4F. Grayscale: #5C5C5C. Windows color (decimal): -13475152 or 11559474. OLE color: 11559474.
HSL color Cylindrical-coordinate representation of color #3262B0: hue angle of 217.14º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3262B0 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 98 | 176 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.31 |
| HSL | 217.14º | 0.56% | 0.44% | - |
| HSV(B) | 217.14º | 0.72% | 0.69% | - |
| XYZ | 13.52 | 12.55 | 42.78 | - |
| YUV | 92.54 | 175.1 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 176 | 0.72 | 0.44 | 0 | 0.31 | 217.14 | 0.56 | 0.44 |
| Hex | 32 | 62 | B0 | 48 | 2C | 0 | 1F | D9 | 38 | 2C |
| Octal | 62 | 142 | 260 | 110 | 54 | 0 | 37 | 331 | 70 | 54 |
| Binary | 110010 | 1100010 | 10110000 | 1001000 | 101100 | 0 | 11111 | 11011001 | 111000 | 101100 |
Color Harmonies of #3262B0
Complementary color
Monochromatic Colors of #3262B0
Black with #3262B0
Text Example
Text Example
White with #3262B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3262B0; }
p { color: rgb(50,98,176); }
H1.HeaderClassName
{
color: #3262B0;
}
.AnyTagClassName
{
color: #3262B0;
}
</style>
background-color css
<style>
a { background-color: #3262B0; }
a { background-color: rgb(50,98,176); }
div.DivClassName
{
background-color: #3262B0;
}
.BgClassName
{
background-color: #3262B0;
}
</style>
border-color css
<style>
span { border-color: #3262B0; }
span { border-color: rgb(50,98,176); }
td.TdClassName
{
border-color: #3262B0;
}
.TagClassName
{
border-color: #3262B0;
}
</style>