Shades of Royal Blue #3C6FCA
Tints of Royal Blue #3C6FCA
RGB
CMYK
RGB Variations
Color information
#3C6FCA (or 0x3C6FCA) is known color: Royal Blue. HEX triplet: 3C, 6F and CA. RGB value is (60,111,202). Sum of RGB (Red+Green+Blue) = 60+111+202=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C6FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6FCA is #C39035. Grayscale: #696969. Windows color (decimal): -12816438 or 13266748. OLE color: 13266748.
HSL color Cylindrical-coordinate representation of color #3C6FCA: hue angle of 218.45º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C6FCA is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 111 | 202 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.21 |
| HSL | 218.45º | 0.57% | 0.51% | - |
| HSV(B) | 218.45º | 0.7% | 0.79% | - |
| XYZ | 18.21 | 16.59 | 58.12 | - |
| YUV | 106.13 | 182.1 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 202 | 0.70 | 0.45 | 0 | 0.21 | 218.45 | 0.57 | 0.51 |
| Hex | 3C | 6F | CA | 46 | 2D | 0 | 15 | DA | 39 | 33 |
| Octal | 74 | 157 | 312 | 106 | 55 | 0 | 25 | 332 | 71 | 63 |
| Binary | 111100 | 1101111 | 11001010 | 1000110 | 101101 | 0 | 10101 | 11011010 | 111001 | 110011 |
Color Harmonies of #3C6FCA
Complementary color
Monochromatic Colors of #3C6FCA
Black with #3C6FCA
Text Example
Text Example
White with #3C6FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6FCA; }
p { color: rgb(60,111,202); }
H1.HeaderClassName
{
color: #3C6FCA;
}
.AnyTagClassName
{
color: #3C6FCA;
}
</style>
background-color css
<style>
a { background-color: #3C6FCA; }
a { background-color: rgb(60,111,202); }
div.DivClassName
{
background-color: #3C6FCA;
}
.BgClassName
{
background-color: #3C6FCA;
}
</style>
border-color css
<style>
span { border-color: #3C6FCA; }
span { border-color: rgb(60,111,202); }
td.TdClassName
{
border-color: #3C6FCA;
}
.TagClassName
{
border-color: #3C6FCA;
}
</style>