Shades of Medium Blue #350CC8
Tints of Medium Blue #350CC8
RGB
CMYK
RGB Variations
Color information
#350CC8 (or 0x350CC8) is known color: Medium Blue. HEX triplet: 35, 0C and C8. RGB value is (53,12,200). Sum of RGB (Red+Green+Blue) = 53+12+200=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 200 (78.52% from 255 or 75.47% from 265); Max value from RGB is 200 - color contains mainly: blue. Hex color #350CC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CC8 is #CAF337. Grayscale: #2C2C2C. Windows color (decimal): -13300536 or 13110325. OLE color: 13110325.
HSL color Cylindrical-coordinate representation of color #350CC8: hue angle of 253.09º degrees, saturation: 0.89, 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 #350CC8 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 12 | 200 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.22 |
| HSL | 253.09º | 0.89% | 0.42% | - |
| HSV(B) | 253.09º | 0.94% | 0.78% | - |
| XYZ | 12.03 | 5.19 | 55.01 | - |
| YUV | 45.69 | 215.08 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 200 | 0.74 | 0.94 | 0 | 0.22 | 253.09 | 0.89 | 0.42 |
| Hex | 35 | C | C8 | 4A | 5E | 0 | 16 | FD | 59 | 2A |
| Octal | 65 | 14 | 310 | 112 | 136 | 0 | 26 | 375 | 131 | 52 |
| Binary | 110101 | 1100 | 11001000 | 1001010 | 1011110 | 0 | 10110 | 11111101 | 1011001 | 101010 |
Color Harmonies of #350CC8
Complementary color
Monochromatic Colors of #350CC8
Black with #350CC8
Text Example
Text Example
White with #350CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CC8; }
p { color: rgb(53,12,200); }
H1.HeaderClassName
{
color: #350CC8;
}
.AnyTagClassName
{
color: #350CC8;
}
</style>
background-color css
<style>
a { background-color: #350CC8; }
a { background-color: rgb(53,12,200); }
div.DivClassName
{
background-color: #350CC8;
}
.BgClassName
{
background-color: #350CC8;
}
</style>
border-color css
<style>
span { border-color: #350CC8; }
span { border-color: rgb(53,12,200); }
td.TdClassName
{
border-color: #350CC8;
}
.TagClassName
{
border-color: #350CC8;
}
</style>