Shades of Medium Blue #3508C8
Tints of Medium Blue #3508C8
RGB
CMYK
RGB Variations
Color information
#3508C8 (or 0x3508C8) is known color: Medium Blue. HEX triplet: 35, 08 and C8. RGB value is (53,8,200). Sum of RGB (Red+Green+Blue) = 53+8+200=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 200 (78.52% from 255 or 76.63% from 261); Max value from RGB is 200 - color contains mainly: blue. Hex color #3508C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3508C8 is #CAF737. Grayscale: #2A2A2A. Windows color (decimal): -13301560 or 13109301. OLE color: 13109301.
HSL color Cylindrical-coordinate representation of color #3508C8: hue angle of 254.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3508C8 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 8 | 200 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.22 |
| HSL | 254.06º | 0.92% | 0.41% | - |
| HSV(B) | 254.06º | 0.96% | 0.78% | - |
| XYZ | 11.98 | 5.1 | 55 | - |
| YUV | 43.34 | 216.41 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 200 | 0.74 | 0.96 | 0 | 0.22 | 254.06 | 0.92 | 0.41 |
| Hex | 35 | 8 | C8 | 4A | 60 | 0 | 16 | FE | 5C | 29 |
| Octal | 65 | 10 | 310 | 112 | 140 | 0 | 26 | 376 | 134 | 51 |
| Binary | 110101 | 1000 | 11001000 | 1001010 | 1100000 | 0 | 10110 | 11111110 | 1011100 | 101001 |
Color Harmonies of #3508C8
Complementary color
Monochromatic Colors of #3508C8
Black with #3508C8
Text Example
Text Example
White with #3508C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3508C8; }
p { color: rgb(53,8,200); }
H1.HeaderClassName
{
color: #3508C8;
}
.AnyTagClassName
{
color: #3508C8;
}
</style>
background-color css
<style>
a { background-color: #3508C8; }
a { background-color: rgb(53,8,200); }
div.DivClassName
{
background-color: #3508C8;
}
.BgClassName
{
background-color: #3508C8;
}
</style>
border-color css
<style>
span { border-color: #3508C8; }
span { border-color: rgb(53,8,200); }
td.TdClassName
{
border-color: #3508C8;
}
.TagClassName
{
border-color: #3508C8;
}
</style>