Shades of Ultramarine #350FB6
Tints of Ultramarine #350FB6
RGB
CMYK
RGB Variations
Color information
#350FB6 (or 0x350FB6) is known color: Ultramarine. HEX triplet: 35, 0F and B6. RGB value is (53,15,182). Sum of RGB (Red+Green+Blue) = 53+15+182=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 182 (71.48% from 255 or 72.8% from 250); Max value from RGB is 182 - color contains mainly: blue. Hex color #350FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350FB6 is #CAF049. Grayscale: #2C2C2C. Windows color (decimal): -13299786 or 11931445. OLE color: 11931445.
HSL color Cylindrical-coordinate representation of color #350FB6: hue angle of 253.65º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350FB6 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 15 | 182 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.29 |
| HSL | 253.65º | 0.85% | 0.39% | - |
| HSV(B) | 253.65º | 0.92% | 0.71% | - |
| XYZ | 10.08 | 4.48 | 44.59 | - |
| YUV | 45.4 | 205.09 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 182 | 0.71 | 0.92 | 0 | 0.29 | 253.65 | 0.85 | 0.39 |
| Hex | 35 | F | B6 | 47 | 5C | 0 | 1D | FE | 55 | 27 |
| Octal | 65 | 17 | 266 | 107 | 134 | 0 | 35 | 376 | 125 | 47 |
| Binary | 110101 | 1111 | 10110110 | 1000111 | 1011100 | 0 | 11101 | 11111110 | 1010101 | 100111 |
Color Harmonies of #350FB6
Complementary color
Monochromatic Colors of #350FB6
Black with #350FB6
Text Example
Text Example
White with #350FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350FB6; }
p { color: rgb(53,15,182); }
H1.HeaderClassName
{
color: #350FB6;
}
.AnyTagClassName
{
color: #350FB6;
}
</style>
background-color css
<style>
a { background-color: #350FB6; }
a { background-color: rgb(53,15,182); }
div.DivClassName
{
background-color: #350FB6;
}
.BgClassName
{
background-color: #350FB6;
}
</style>
border-color css
<style>
span { border-color: #350FB6; }
span { border-color: rgb(53,15,182); }
td.TdClassName
{
border-color: #350FB6;
}
.TagClassName
{
border-color: #350FB6;
}
</style>