Shades of Medium Blue #3603C7
Tints of Medium Blue #3603C7
RGB
CMYK
RGB Variations
Color information
#3603C7 (or 0x3603C7) is known color: Medium Blue. HEX triplet: 36, 03 and C7. RGB value is (54,3,199). Sum of RGB (Red+Green+Blue) = 54+3+199=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 199 (78.12% from 255 or 77.73% from 256); Max value from RGB is 199 - color contains mainly: blue. Hex color #3603C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3603C7 is #C9FC38. Grayscale: #272727. Windows color (decimal): -13237305 or 13042486. OLE color: 13042486.
HSL color Cylindrical-coordinate representation of color #3603C7: hue angle of 255.61º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3603C7 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 3 | 199 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.22 |
| HSL | 255.61º | 0.97% | 0.4% | - |
| HSV(B) | 255.61º | 0.98% | 0.78% | - |
| XYZ | 11.86 | 4.97 | 54.37 | - |
| YUV | 40.59 | 217.4 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 199 | 0.73 | 0.98 | 0 | 0.22 | 255.61 | 0.97 | 0.4 |
| Hex | 36 | 3 | C7 | 49 | 62 | 0 | 16 | 100 | 61 | 28 |
| Octal | 66 | 3 | 307 | 111 | 142 | 0 | 26 | 400 | 141 | 50 |
| Binary | 110110 | 11 | 11000111 | 1001001 | 1100010 | 0 | 10110 | 100000000 | 1100001 | 101000 |
Color Harmonies of #3603C7
Complementary color
Monochromatic Colors of #3603C7
Black with #3603C7
Text Example
Text Example
White with #3603C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3603C7; }
p { color: rgb(54,3,199); }
H1.HeaderClassName
{
color: #3603C7;
}
.AnyTagClassName
{
color: #3603C7;
}
</style>
background-color css
<style>
a { background-color: #3603C7; }
a { background-color: rgb(54,3,199); }
div.DivClassName
{
background-color: #3603C7;
}
.BgClassName
{
background-color: #3603C7;
}
</style>
border-color css
<style>
span { border-color: #3603C7; }
span { border-color: rgb(54,3,199); }
td.TdClassName
{
border-color: #3603C7;
}
.TagClassName
{
border-color: #3603C7;
}
</style>