Shades of Ultramarine #350FAF
Tints of Ultramarine #350FAF
RGB
CMYK
RGB Variations
Color information
#350FAF (or 0x350FAF) is known color: Ultramarine. HEX triplet: 35, 0F and AF. RGB value is (53,15,175). Sum of RGB (Red+Green+Blue) = 53+15+175=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #350FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350FAF is #CAF050. Grayscale: #2C2C2C. Windows color (decimal): -13299793 or 11472693. OLE color: 11472693.
HSL color Cylindrical-coordinate representation of color #350FAF: hue angle of 254.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350FAF is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 15 | 175 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.31 |
| HSL | 254.25º | 0.84% | 0.37% | - |
| HSV(B) | 254.25º | 0.91% | 0.69% | - |
| XYZ | 9.38 | 4.19 | 40.87 | - |
| YUV | 44.6 | 201.59 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 175 | 0.70 | 0.91 | 0 | 0.31 | 254.25 | 0.84 | 0.37 |
| Hex | 35 | F | AF | 46 | 5B | 0 | 1F | FE | 54 | 25 |
| Octal | 65 | 17 | 257 | 106 | 133 | 0 | 37 | 376 | 124 | 45 |
| Binary | 110101 | 1111 | 10101111 | 1000110 | 1011011 | 0 | 11111 | 11111110 | 1010100 | 100101 |
Color Harmonies of #350FAF
Complementary color
Monochromatic Colors of #350FAF
Black with #350FAF
Text Example
Text Example
White with #350FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350FAF; }
p { color: rgb(53,15,175); }
H1.HeaderClassName
{
color: #350FAF;
}
.AnyTagClassName
{
color: #350FAF;
}
</style>
background-color css
<style>
a { background-color: #350FAF; }
a { background-color: rgb(53,15,175); }
div.DivClassName
{
background-color: #350FAF;
}
.BgClassName
{
background-color: #350FAF;
}
</style>
border-color css
<style>
span { border-color: #350FAF; }
span { border-color: rgb(53,15,175); }
td.TdClassName
{
border-color: #350FAF;
}
.TagClassName
{
border-color: #350FAF;
}
</style>