Shades of Mariner #3363AF
Tints of Mariner #3363AF
RGB
CMYK
RGB Variations
Color information
#3363AF (or 0x3363AF) is known color: Mariner. HEX triplet: 33, 63 and AF. RGB value is (51,99,175). Sum of RGB (Red+Green+Blue) = 51+99+175=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #3363AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3363AF is #CC9C50. Grayscale: #5C5C5C. Windows color (decimal): -13409361 or 11494195. OLE color: 11494195.
HSL color Cylindrical-coordinate representation of color #3363AF: hue angle of 216.77º 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 #3363AF is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 99 | 175 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.31 |
| HSL | 216.77º | 0.55% | 0.44% | - |
| HSV(B) | 216.77º | 0.71% | 0.69% | - |
| XYZ | 13.56 | 12.72 | 42.3 | - |
| YUV | 93.31 | 174.1 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 175 | 0.71 | 0.43 | 0 | 0.31 | 216.77 | 0.55 | 0.44 |
| Hex | 33 | 63 | AF | 47 | 2B | 0 | 1F | D9 | 37 | 2C |
| Octal | 63 | 143 | 257 | 107 | 53 | 0 | 37 | 331 | 67 | 54 |
| Binary | 110011 | 1100011 | 10101111 | 1000111 | 101011 | 0 | 11111 | 11011001 | 110111 | 101100 |
Color Harmonies of #3363AF
Complementary color
Monochromatic Colors of #3363AF
Black with #3363AF
Text Example
Text Example
White with #3363AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3363AF; }
p { color: rgb(51,99,175); }
H1.HeaderClassName
{
color: #3363AF;
}
.AnyTagClassName
{
color: #3363AF;
}
</style>
background-color css
<style>
a { background-color: #3363AF; }
a { background-color: rgb(51,99,175); }
div.DivClassName
{
background-color: #3363AF;
}
.BgClassName
{
background-color: #3363AF;
}
</style>
border-color css
<style>
span { border-color: #3363AF; }
span { border-color: rgb(51,99,175); }
td.TdClassName
{
border-color: #3363AF;
}
.TagClassName
{
border-color: #3363AF;
}
</style>