Shades of Medium Blue #350DC8
Tints of Medium Blue #350DC8
RGB
CMYK
RGB Variations
Color information
#350DC8 (or 0x350DC8) is known color: Medium Blue. HEX triplet: 35, 0D and C8. RGB value is (53,13,200). Sum of RGB (Red+Green+Blue) = 53+13+200=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 200 (78.52% from 255 or 75.19% from 266); Max value from RGB is 200 - color contains mainly: blue. Hex color #350DC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DC8 is #CAF237. Grayscale: #2D2D2D. Windows color (decimal): -13300280 or 13110581. OLE color: 13110581.
HSL color Cylindrical-coordinate representation of color #350DC8: hue angle of 252.83º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350DC8 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 13 | 200 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.22 |
| HSL | 252.83º | 0.88% | 0.42% | - |
| HSV(B) | 252.83º | 0.94% | 0.78% | - |
| XYZ | 12.04 | 5.21 | 55.02 | - |
| YUV | 46.28 | 214.75 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 200 | 0.74 | 0.94 | 0 | 0.22 | 252.83 | 0.88 | 0.42 |
| Hex | 35 | D | C8 | 4A | 5E | 0 | 16 | FD | 58 | 2A |
| Octal | 65 | 15 | 310 | 112 | 136 | 0 | 26 | 375 | 130 | 52 |
| Binary | 110101 | 1101 | 11001000 | 1001010 | 1011110 | 0 | 10110 | 11111101 | 1011000 | 101010 |
Color Harmonies of #350DC8
Complementary color
Monochromatic Colors of #350DC8
Black with #350DC8
Text Example
Text Example
White with #350DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DC8; }
p { color: rgb(53,13,200); }
H1.HeaderClassName
{
color: #350DC8;
}
.AnyTagClassName
{
color: #350DC8;
}
</style>
background-color css
<style>
a { background-color: #350DC8; }
a { background-color: rgb(53,13,200); }
div.DivClassName
{
background-color: #350DC8;
}
.BgClassName
{
background-color: #350DC8;
}
</style>
border-color css
<style>
span { border-color: #350DC8; }
span { border-color: rgb(53,13,200); }
td.TdClassName
{
border-color: #350DC8;
}
.TagClassName
{
border-color: #350DC8;
}
</style>