Shades of Medium Blue #3606BE
Tints of Medium Blue #3606BE
RGB
CMYK
RGB Variations
Color information
#3606BE (or 0x3606BE) is known color: Medium Blue. HEX triplet: 36, 06 and BE. RGB value is (54,6,190). Sum of RGB (Red+Green+Blue) = 54+6+190=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #3606BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3606BE is #C9F941. Grayscale: #282828. Windows color (decimal): -13236546 or 12453430. OLE color: 12453430.
HSL color Cylindrical-coordinate representation of color #3606BE: hue angle of 255.65º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3606BE is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 6 | 190 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.25 |
| HSL | 255.65º | 0.94% | 0.38% | - |
| HSV(B) | 255.65º | 0.97% | 0.75% | - |
| XYZ | 10.88 | 4.63 | 49.04 | - |
| YUV | 41.33 | 211.9 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 190 | 0.72 | 0.97 | 0 | 0.25 | 255.65 | 0.94 | 0.38 |
| Hex | 36 | 6 | BE | 48 | 61 | 0 | 19 | 100 | 5E | 26 |
| Octal | 66 | 6 | 276 | 110 | 141 | 0 | 31 | 400 | 136 | 46 |
| Binary | 110110 | 110 | 10111110 | 1001000 | 1100001 | 0 | 11001 | 100000000 | 1011110 | 100110 |
Color Harmonies of #3606BE
Complementary color
Monochromatic Colors of #3606BE
Black with #3606BE
Text Example
Text Example
White with #3606BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3606BE; }
p { color: rgb(54,6,190); }
H1.HeaderClassName
{
color: #3606BE;
}
.AnyTagClassName
{
color: #3606BE;
}
</style>
background-color css
<style>
a { background-color: #3606BE; }
a { background-color: rgb(54,6,190); }
div.DivClassName
{
background-color: #3606BE;
}
.BgClassName
{
background-color: #3606BE;
}
</style>
border-color css
<style>
span { border-color: #3606BE; }
span { border-color: rgb(54,6,190); }
td.TdClassName
{
border-color: #3606BE;
}
.TagClassName
{
border-color: #3606BE;
}
</style>