Shades of Ultramarine #350CAE
Tints of Ultramarine #350CAE
RGB
CMYK
RGB Variations
Color information
#350CAE (or 0x350CAE) is known color: Ultramarine. HEX triplet: 35, 0C and AE. RGB value is (53,12,174). Sum of RGB (Red+Green+Blue) = 53+12+174=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #350CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350CAE is #CAF351. Grayscale: #2A2A2A. Windows color (decimal): -13300562 or 11406389. OLE color: 11406389.
HSL color Cylindrical-coordinate representation of color #350CAE: hue angle of 255.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350CAE is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 12 | 174 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.32 |
| HSL | 255.19º | 0.87% | 0.36% | - |
| HSV(B) | 255.19º | 0.93% | 0.68% | - |
| XYZ | 9.24 | 4.08 | 40.34 | - |
| YUV | 42.73 | 202.08 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 174 | 0.70 | 0.93 | 0 | 0.32 | 255.19 | 0.87 | 0.36 |
| Hex | 35 | C | AE | 46 | 5D | 0 | 20 | FF | 57 | 24 |
| Octal | 65 | 14 | 256 | 106 | 135 | 0 | 40 | 377 | 127 | 44 |
| Binary | 110101 | 1100 | 10101110 | 1000110 | 1011101 | 0 | 100000 | 11111111 | 1010111 | 100100 |
Color Harmonies of #350CAE
Complementary color
Monochromatic Colors of #350CAE
Black with #350CAE
Text Example
Text Example
White with #350CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CAE; }
p { color: rgb(53,12,174); }
H1.HeaderClassName
{
color: #350CAE;
}
.AnyTagClassName
{
color: #350CAE;
}
</style>
background-color css
<style>
a { background-color: #350CAE; }
a { background-color: rgb(53,12,174); }
div.DivClassName
{
background-color: #350CAE;
}
.BgClassName
{
background-color: #350CAE;
}
</style>
border-color css
<style>
span { border-color: #350CAE; }
span { border-color: rgb(53,12,174); }
td.TdClassName
{
border-color: #350CAE;
}
.TagClassName
{
border-color: #350CAE;
}
</style>