Shades of Medium Blue #3509BE
Tints of Medium Blue #3509BE
RGB
CMYK
RGB Variations
Color information
#3509BE (or 0x3509BE) is known color: Medium Blue. HEX triplet: 35, 09 and BE. RGB value is (53,9,190). Sum of RGB (Red+Green+Blue) = 53+9+190=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #3509BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3509BE is #CAF641. Grayscale: #2A2A2A. Windows color (decimal): -13301314 or 12454197. OLE color: 12454197.
HSL color Cylindrical-coordinate representation of color #3509BE: hue angle of 254.59º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3509BE is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 9 | 190 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.25 |
| HSL | 254.59º | 0.91% | 0.39% | - |
| HSV(B) | 254.59º | 0.95% | 0.75% | - |
| XYZ | 10.86 | 4.67 | 49.04 | - |
| YUV | 42.79 | 211.08 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 190 | 0.72 | 0.95 | 0 | 0.25 | 254.59 | 0.91 | 0.39 |
| Hex | 35 | 9 | BE | 48 | 5F | 0 | 19 | FF | 5B | 27 |
| Octal | 65 | 11 | 276 | 110 | 137 | 0 | 31 | 377 | 133 | 47 |
| Binary | 110101 | 1001 | 10111110 | 1001000 | 1011111 | 0 | 11001 | 11111111 | 1011011 | 100111 |
Color Harmonies of #3509BE
Complementary color
Monochromatic Colors of #3509BE
Black with #3509BE
Text Example
Text Example
White with #3509BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3509BE; }
p { color: rgb(53,9,190); }
H1.HeaderClassName
{
color: #3509BE;
}
.AnyTagClassName
{
color: #3509BE;
}
</style>
background-color css
<style>
a { background-color: #3509BE; }
a { background-color: rgb(53,9,190); }
div.DivClassName
{
background-color: #3509BE;
}
.BgClassName
{
background-color: #3509BE;
}
</style>
border-color css
<style>
span { border-color: #3509BE; }
span { border-color: rgb(53,9,190); }
td.TdClassName
{
border-color: #3509BE;
}
.TagClassName
{
border-color: #3509BE;
}
</style>