Shades of Ultramarine #350CBC
Tints of Ultramarine #350CBC
RGB
CMYK
RGB Variations
Color information
#350CBC (or 0x350CBC) is known color: Ultramarine. HEX triplet: 35, 0C and BC. RGB value is (53,12,188). Sum of RGB (Red+Green+Blue) = 53+12+188=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #350CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CBC is #CAF343. Grayscale: #2B2B2B. Windows color (decimal): -13300548 or 12323893. OLE color: 12323893.
HSL color Cylindrical-coordinate representation of color #350CBC: hue angle of 253.98º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350CBC is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 12 | 188 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.26 |
| HSL | 253.98º | 0.88% | 0.39% | - |
| HSV(B) | 253.98º | 0.94% | 0.74% | - |
| XYZ | 10.68 | 4.65 | 47.91 | - |
| YUV | 44.32 | 209.08 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 188 | 0.72 | 0.94 | 0 | 0.26 | 253.98 | 0.88 | 0.39 |
| Hex | 35 | C | BC | 48 | 5E | 0 | 1A | FE | 58 | 27 |
| Octal | 65 | 14 | 274 | 110 | 136 | 0 | 32 | 376 | 130 | 47 |
| Binary | 110101 | 1100 | 10111100 | 1001000 | 1011110 | 0 | 11010 | 11111110 | 1011000 | 100111 |
Color Harmonies of #350CBC
Complementary color
Monochromatic Colors of #350CBC
Black with #350CBC
Text Example
Text Example
White with #350CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CBC; }
p { color: rgb(53,12,188); }
H1.HeaderClassName
{
color: #350CBC;
}
.AnyTagClassName
{
color: #350CBC;
}
</style>
background-color css
<style>
a { background-color: #350CBC; }
a { background-color: rgb(53,12,188); }
div.DivClassName
{
background-color: #350CBC;
}
.BgClassName
{
background-color: #350CBC;
}
</style>
border-color css
<style>
span { border-color: #350CBC; }
span { border-color: rgb(53,12,188); }
td.TdClassName
{
border-color: #350CBC;
}
.TagClassName
{
border-color: #350CBC;
}
</style>