Shades of Ultramarine #350BB8
Tints of Ultramarine #350BB8
RGB
CMYK
RGB Variations
Color information
#350BB8 (or 0x350BB8) is known color: Ultramarine. HEX triplet: 35, 0B and B8. RGB value is (53,11,184). Sum of RGB (Red+Green+Blue) = 53+11+184=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 184 (72.27% from 255 or 74.19% from 248); Max value from RGB is 184 - color contains mainly: blue. Hex color #350BB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BB8 is #CAF447. Grayscale: #2A2A2A. Windows color (decimal): -13300808 or 12061493. OLE color: 12061493.
HSL color Cylindrical-coordinate representation of color #350BB8: hue angle of 254.57º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350BB8 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 11 | 184 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.28 |
| HSL | 254.57º | 0.89% | 0.38% | - |
| HSV(B) | 254.57º | 0.94% | 0.72% | - |
| XYZ | 10.24 | 4.46 | 45.67 | - |
| YUV | 43.28 | 207.41 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 184 | 0.71 | 0.94 | 0 | 0.28 | 254.57 | 0.89 | 0.38 |
| Hex | 35 | B | B8 | 47 | 5E | 0 | 1C | FF | 59 | 26 |
| Octal | 65 | 13 | 270 | 107 | 136 | 0 | 34 | 377 | 131 | 46 |
| Binary | 110101 | 1011 | 10111000 | 1000111 | 1011110 | 0 | 11100 | 11111111 | 1011001 | 100110 |
Color Harmonies of #350BB8
Complementary color
Monochromatic Colors of #350BB8
Black with #350BB8
Text Example
Text Example
White with #350BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BB8; }
p { color: rgb(53,11,184); }
H1.HeaderClassName
{
color: #350BB8;
}
.AnyTagClassName
{
color: #350BB8;
}
</style>
background-color css
<style>
a { background-color: #350BB8; }
a { background-color: rgb(53,11,184); }
div.DivClassName
{
background-color: #350BB8;
}
.BgClassName
{
background-color: #350BB8;
}
</style>
border-color css
<style>
span { border-color: #350BB8; }
span { border-color: rgb(53,11,184); }
td.TdClassName
{
border-color: #350BB8;
}
.TagClassName
{
border-color: #350BB8;
}
</style>