Shades of Royal Blue #3C69DF
Tints of Royal Blue #3C69DF
RGB
CMYK
RGB Variations
Color information
#3C69DF (or 0x3C69DF) is known color: Royal Blue. HEX triplet: 3C, 69 and DF. RGB value is (60,105,223). Sum of RGB (Red+Green+Blue) = 60+105+223=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C69DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C69DF is #C39620. Grayscale: #686868. Windows color (decimal): -12817953 or 14641468. OLE color: 14641468.
HSL color Cylindrical-coordinate representation of color #3C69DF: hue angle of 223.44º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C69DF is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 105 | 223 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.13 |
| HSL | 223.44º | 0.72% | 0.55% | - |
| HSV(B) | 223.44º | 0.73% | 0.87% | - |
| XYZ | 20.23 | 16.39 | 71.91 | - |
| YUV | 105 | 194.59 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 223 | 0.73 | 0.53 | 0 | 0.13 | 223.44 | 0.72 | 0.55 |
| Hex | 3C | 69 | DF | 49 | 35 | 0 | D | DF | 48 | 37 |
| Octal | 74 | 151 | 337 | 111 | 65 | 0 | 15 | 337 | 110 | 67 |
| Binary | 111100 | 1101001 | 11011111 | 1001001 | 110101 | 0 | 1101 | 11011111 | 1001000 | 110111 |
Color Harmonies of #3C69DF
Complementary color
Monochromatic Colors of #3C69DF
Black with #3C69DF
Text Example
Text Example
White with #3C69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C69DF; }
p { color: rgb(60,105,223); }
H1.HeaderClassName
{
color: #3C69DF;
}
.AnyTagClassName
{
color: #3C69DF;
}
</style>
background-color css
<style>
a { background-color: #3C69DF; }
a { background-color: rgb(60,105,223); }
div.DivClassName
{
background-color: #3C69DF;
}
.BgClassName
{
background-color: #3C69DF;
}
</style>
border-color css
<style>
span { border-color: #3C69DF; }
span { border-color: rgb(60,105,223); }
td.TdClassName
{
border-color: #3C69DF;
}
.TagClassName
{
border-color: #3C69DF;
}
</style>