Shades of Mariner #3362AF
Tints of Mariner #3362AF
RGB
CMYK
RGB Variations
Color information
#3362AF (or 0x3362AF) is known color: Mariner. HEX triplet: 33, 62 and AF. RGB value is (51,98,175). Sum of RGB (Red+Green+Blue) = 51+98+175=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #3362AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3362AF is #CC9D50. Grayscale: #5C5C5C. Windows color (decimal): -13409617 or 11493939. OLE color: 11493939.
HSL color Cylindrical-coordinate representation of color #3362AF: hue angle of 217.26º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3362AF is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 98 | 175 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.31 |
| HSL | 217.26º | 0.55% | 0.44% | - |
| HSV(B) | 217.26º | 0.71% | 0.69% | - |
| XYZ | 13.47 | 12.53 | 42.27 | - |
| YUV | 92.73 | 174.43 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 175 | 0.71 | 0.44 | 0 | 0.31 | 217.26 | 0.55 | 0.44 |
| Hex | 33 | 62 | AF | 47 | 2C | 0 | 1F | D9 | 37 | 2C |
| Octal | 63 | 142 | 257 | 107 | 54 | 0 | 37 | 331 | 67 | 54 |
| Binary | 110011 | 1100010 | 10101111 | 1000111 | 101100 | 0 | 11111 | 11011001 | 110111 | 101100 |
Color Harmonies of #3362AF
Complementary color
Monochromatic Colors of #3362AF
Black with #3362AF
Text Example
Text Example
White with #3362AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362AF; }
p { color: rgb(51,98,175); }
H1.HeaderClassName
{
color: #3362AF;
}
.AnyTagClassName
{
color: #3362AF;
}
</style>
background-color css
<style>
a { background-color: #3362AF; }
a { background-color: rgb(51,98,175); }
div.DivClassName
{
background-color: #3362AF;
}
.BgClassName
{
background-color: #3362AF;
}
</style>
border-color css
<style>
span { border-color: #3362AF; }
span { border-color: rgb(51,98,175); }
td.TdClassName
{
border-color: #3362AF;
}
.TagClassName
{
border-color: #3362AF;
}
</style>