Shades of Medium Blue #350CBF
Tints of Medium Blue #350CBF
RGB
CMYK
RGB Variations
Color information
#350CBF (or 0x350CBF) is known color: Medium Blue. HEX triplet: 35, 0C and BF. RGB value is (53,12,191). Sum of RGB (Red+Green+Blue) = 53+12+191=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #350CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CBF is #CAF340. Grayscale: #2B2B2B. Windows color (decimal): -13300545 or 12520501. OLE color: 12520501.
HSL color Cylindrical-coordinate representation of color #350CBF: hue angle of 253.74º degrees, saturation: 0.88, 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 #350CBF is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 12 | 191 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.25 |
| HSL | 253.74º | 0.88% | 0.4% | - |
| HSV(B) | 253.74º | 0.94% | 0.75% | - |
| XYZ | 11 | 4.78 | 49.63 | - |
| YUV | 44.67 | 210.58 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 191 | 0.72 | 0.94 | 0 | 0.25 | 253.74 | 0.88 | 0.4 |
| Hex | 35 | C | BF | 48 | 5E | 0 | 19 | FE | 58 | 28 |
| Octal | 65 | 14 | 277 | 110 | 136 | 0 | 31 | 376 | 130 | 50 |
| Binary | 110101 | 1100 | 10111111 | 1001000 | 1011110 | 0 | 11001 | 11111110 | 1011000 | 101000 |
Color Harmonies of #350CBF
Complementary color
Monochromatic Colors of #350CBF
Black with #350CBF
Text Example
Text Example
White with #350CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CBF; }
p { color: rgb(53,12,191); }
H1.HeaderClassName
{
color: #350CBF;
}
.AnyTagClassName
{
color: #350CBF;
}
</style>
background-color css
<style>
a { background-color: #350CBF; }
a { background-color: rgb(53,12,191); }
div.DivClassName
{
background-color: #350CBF;
}
.BgClassName
{
background-color: #350CBF;
}
</style>
border-color css
<style>
span { border-color: #350CBF; }
span { border-color: rgb(53,12,191); }
td.TdClassName
{
border-color: #350CBF;
}
.TagClassName
{
border-color: #350CBF;
}
</style>