Shades of Medium Blue #350BBF
Tints of Medium Blue #350BBF
RGB
CMYK
RGB Variations
Color information
#350BBF (or 0x350BBF) is known color: Medium Blue. HEX triplet: 35, 0B and BF. RGB value is (53,11,191). Sum of RGB (Red+Green+Blue) = 53+11+191=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #350BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BBF is #CAF440. Grayscale: #2B2B2B. Windows color (decimal): -13300801 or 12520245. OLE color: 12520245.
HSL color Cylindrical-coordinate representation of color #350BBF: hue angle of 254º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350BBF is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 11 | 191 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.25 |
| HSL | 254º | 0.89% | 0.4% | - |
| HSV(B) | 254º | 0.94% | 0.75% | - |
| XYZ | 10.99 | 4.76 | 49.63 | - |
| YUV | 44.08 | 210.91 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 191 | 0.72 | 0.94 | 0 | 0.25 | 254 | 0.89 | 0.4 |
| Hex | 35 | B | BF | 48 | 5E | 0 | 19 | FE | 59 | 28 |
| Octal | 65 | 13 | 277 | 110 | 136 | 0 | 31 | 376 | 131 | 50 |
| Binary | 110101 | 1011 | 10111111 | 1001000 | 1011110 | 0 | 11001 | 11111110 | 1011001 | 101000 |
Color Harmonies of #350BBF
Complementary color
Monochromatic Colors of #350BBF
Black with #350BBF
Text Example
Text Example
White with #350BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BBF; }
p { color: rgb(53,11,191); }
H1.HeaderClassName
{
color: #350BBF;
}
.AnyTagClassName
{
color: #350BBF;
}
</style>
background-color css
<style>
a { background-color: #350BBF; }
a { background-color: rgb(53,11,191); }
div.DivClassName
{
background-color: #350BBF;
}
.BgClassName
{
background-color: #350BBF;
}
</style>
border-color css
<style>
span { border-color: #350BBF; }
span { border-color: rgb(53,11,191); }
td.TdClassName
{
border-color: #350BBF;
}
.TagClassName
{
border-color: #350BBF;
}
</style>