Shades of Ultramarine #350FAA
Tints of Ultramarine #350FAA
RGB
CMYK
RGB Variations
Color information
#350FAA (or 0x350FAA) is known color: Ultramarine. HEX triplet: 35, 0F and AA. RGB value is (53,15,170). Sum of RGB (Red+Green+Blue) = 53+15+170=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #350FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350FAA is #CAF055. Grayscale: #2B2B2B. Windows color (decimal): -13299798 or 11145013. OLE color: 11145013.
HSL color Cylindrical-coordinate representation of color #350FAA: hue angle of 254.71º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350FAA is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 15 | 170 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.33 |
| HSL | 254.71º | 0.84% | 0.36% | - |
| HSV(B) | 254.71º | 0.91% | 0.67% | - |
| XYZ | 8.89 | 4 | 38.33 | - |
| YUV | 44.03 | 199.09 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 170 | 0.69 | 0.91 | 0 | 0.33 | 254.71 | 0.84 | 0.36 |
| Hex | 35 | F | AA | 45 | 5B | 0 | 21 | FF | 54 | 24 |
| Octal | 65 | 17 | 252 | 105 | 133 | 0 | 41 | 377 | 124 | 44 |
| Binary | 110101 | 1111 | 10101010 | 1000101 | 1011011 | 0 | 100001 | 11111111 | 1010100 | 100100 |
Color Harmonies of #350FAA
Complementary color
Monochromatic Colors of #350FAA
Black with #350FAA
Text Example
Text Example
White with #350FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350FAA; }
p { color: rgb(53,15,170); }
H1.HeaderClassName
{
color: #350FAA;
}
.AnyTagClassName
{
color: #350FAA;
}
</style>
background-color css
<style>
a { background-color: #350FAA; }
a { background-color: rgb(53,15,170); }
div.DivClassName
{
background-color: #350FAA;
}
.BgClassName
{
background-color: #350FAA;
}
</style>
border-color css
<style>
span { border-color: #350FAA; }
span { border-color: rgb(53,15,170); }
td.TdClassName
{
border-color: #350FAA;
}
.TagClassName
{
border-color: #350FAA;
}
</style>