Shades of Ultramarine #3501AF
Tints of Ultramarine #3501AF
RGB
CMYK
RGB Variations
Color information
#3501AF (or 0x3501AF) is known color: Ultramarine. HEX triplet: 35, 01 and AF. RGB value is (53,1,175). Sum of RGB (Red+Green+Blue) = 53+1+175=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #3501AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3501AF is #CAFE50. Grayscale: #232323. Windows color (decimal): -13303377 or 11469109. OLE color: 11469109.
HSL color Cylindrical-coordinate representation of color #3501AF: hue angle of 257.93º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3501AF is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 1 | 175 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.31 |
| HSL | 257.93º | 0.99% | 0.35% | - |
| HSV(B) | 257.93º | 0.99% | 0.69% | - |
| XYZ | 9.22 | 3.87 | 40.82 | - |
| YUV | 36.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 175 | 0.70 | 0.99 | 0 | 0.31 | 257.93 | 0.99 | 0.35 |
| Hex | 35 | 1 | AF | 46 | 63 | 0 | 1F | 102 | 63 | 23 |
| Octal | 65 | 1 | 257 | 106 | 143 | 0 | 37 | 402 | 143 | 43 |
| Binary | 110101 | 1 | 10101111 | 1000110 | 1100011 | 0 | 11111 | 100000010 | 1100011 | 100011 |
Color Harmonies of #3501AF
Complementary color
Monochromatic Colors of #3501AF
Black with #3501AF
Text Example
Text Example
White with #3501AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3501AF; }
p { color: rgb(53,1,175); }
H1.HeaderClassName
{
color: #3501AF;
}
.AnyTagClassName
{
color: #3501AF;
}
</style>
background-color css
<style>
a { background-color: #3501AF; }
a { background-color: rgb(53,1,175); }
div.DivClassName
{
background-color: #3501AF;
}
.BgClassName
{
background-color: #3501AF;
}
</style>
border-color css
<style>
span { border-color: #3501AF; }
span { border-color: rgb(53,1,175); }
td.TdClassName
{
border-color: #3501AF;
}
.TagClassName
{
border-color: #3501AF;
}
</style>