Shades of Medium Blue #3600CA
Tints of Medium Blue #3600CA
RGB
CMYK
RGB Variations
Color information
#3600CA (or 0x3600CA) is known color: Medium Blue. HEX triplet: 36, 00 and CA. RGB value is (54,0,202). Sum of RGB (Red+Green+Blue) = 54+0+202=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #3600CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3600CA is #C9FF35. Grayscale: #262626. Windows color (decimal): -13238070 or 13238326. OLE color: 13238326.
HSL color Cylindrical-coordinate representation of color #3600CA: hue angle of 256.04º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3600CA is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 0 | 202 | - |
| CMYK | 0.73 | 1 | 0 | 0.21 |
| HSL | 256.04º | 1% | 0.4% | - |
| HSV(B) | 256.04º | 1% | 0.79% | - |
| XYZ | 12.18 | 5.05 | 56.21 | - |
| YUV | 39.17 | 219.89 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 202 | 0.73 | 1 | 0 | 0.21 | 256.04 | 1 | 0.4 |
| Hex | 36 | 0 | CA | 49 | 64 | 0 | 15 | 100 | 64 | 28 |
| Octal | 66 | 0 | 312 | 111 | 144 | 0 | 25 | 400 | 144 | 50 |
| Binary | 110110 | 0 | 11001010 | 1001001 | 1100100 | 0 | 10101 | 100000000 | 1100100 | 101000 |
Color Harmonies of #3600CA
Complementary color
Monochromatic Colors of #3600CA
Black with #3600CA
Text Example
Text Example
White with #3600CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3600CA; }
p { color: rgb(54,0,202); }
H1.HeaderClassName
{
color: #3600CA;
}
.AnyTagClassName
{
color: #3600CA;
}
</style>
background-color css
<style>
a { background-color: #3600CA; }
a { background-color: rgb(54,0,202); }
div.DivClassName
{
background-color: #3600CA;
}
.BgClassName
{
background-color: #3600CA;
}
</style>
border-color css
<style>
span { border-color: #3600CA; }
span { border-color: rgb(54,0,202); }
td.TdClassName
{
border-color: #3600CA;
}
.TagClassName
{
border-color: #3600CA;
}
</style>