Shades of Ultramarine #350BAE
Tints of Ultramarine #350BAE
RGB
CMYK
RGB Variations
Color information
#350BAE (or 0x350BAE) is known color: Ultramarine. HEX triplet: 35, 0B and AE. RGB value is (53,11,174). Sum of RGB (Red+Green+Blue) = 53+11+174=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #350BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350BAE is #CAF451. Grayscale: #292929. Windows color (decimal): -13300818 or 11406133. OLE color: 11406133.
HSL color Cylindrical-coordinate representation of color #350BAE: hue angle of 255.46º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350BAE is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 11 | 174 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.32 |
| HSL | 255.46º | 0.88% | 0.36% | - |
| HSV(B) | 255.46º | 0.94% | 0.68% | - |
| XYZ | 9.23 | 4.05 | 40.34 | - |
| YUV | 42.14 | 202.41 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 174 | 0.70 | 0.94 | 0 | 0.32 | 255.46 | 0.88 | 0.36 |
| Hex | 35 | B | AE | 46 | 5E | 0 | 20 | FF | 58 | 24 |
| Octal | 65 | 13 | 256 | 106 | 136 | 0 | 40 | 377 | 130 | 44 |
| Binary | 110101 | 1011 | 10101110 | 1000110 | 1011110 | 0 | 100000 | 11111111 | 1011000 | 100100 |
Color Harmonies of #350BAE
Complementary color
Monochromatic Colors of #350BAE
Black with #350BAE
Text Example
Text Example
White with #350BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BAE; }
p { color: rgb(53,11,174); }
H1.HeaderClassName
{
color: #350BAE;
}
.AnyTagClassName
{
color: #350BAE;
}
</style>
background-color css
<style>
a { background-color: #350BAE; }
a { background-color: rgb(53,11,174); }
div.DivClassName
{
background-color: #350BAE;
}
.BgClassName
{
background-color: #350BAE;
}
</style>
border-color css
<style>
span { border-color: #350BAE; }
span { border-color: rgb(53,11,174); }
td.TdClassName
{
border-color: #350BAE;
}
.TagClassName
{
border-color: #350BAE;
}
</style>