Shades of Royal Blue #3C65DD
Tints of Royal Blue #3C65DD
RGB
CMYK
RGB Variations
Color information
#3C65DD (or 0x3C65DD) is known color: Royal Blue. HEX triplet: 3C, 65 and DD. RGB value is (60,101,221). Sum of RGB (Red+Green+Blue) = 60+101+221=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C65DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C65DD is #C39A22. Grayscale: #656565. Windows color (decimal): -12818979 or 14509372. OLE color: 14509372.
HSL color Cylindrical-coordinate representation of color #3C65DD: hue angle of 224.72º degrees, saturation: 0.7, 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 #3C65DD is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 101 | 221 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.13 |
| HSL | 224.72º | 0.7% | 0.55% | - |
| HSV(B) | 224.72º | 0.73% | 0.87% | - |
| XYZ | 19.57 | 15.49 | 70.36 | - |
| YUV | 102.42 | 194.92 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 221 | 0.73 | 0.54 | 0 | 0.13 | 224.72 | 0.7 | 0.55 |
| Hex | 3C | 65 | DD | 49 | 36 | 0 | D | E1 | 46 | 37 |
| Octal | 74 | 145 | 335 | 111 | 66 | 0 | 15 | 341 | 106 | 67 |
| Binary | 111100 | 1100101 | 11011101 | 1001001 | 110110 | 0 | 1101 | 11100001 | 1000110 | 110111 |
Color Harmonies of #3C65DD
Complementary color
Monochromatic Colors of #3C65DD
Black with #3C65DD
Text Example
Text Example
White with #3C65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C65DD; }
p { color: rgb(60,101,221); }
H1.HeaderClassName
{
color: #3C65DD;
}
.AnyTagClassName
{
color: #3C65DD;
}
</style>
background-color css
<style>
a { background-color: #3C65DD; }
a { background-color: rgb(60,101,221); }
div.DivClassName
{
background-color: #3C65DD;
}
.BgClassName
{
background-color: #3C65DD;
}
</style>
border-color css
<style>
span { border-color: #3C65DD; }
span { border-color: rgb(60,101,221); }
td.TdClassName
{
border-color: #3C65DD;
}
.TagClassName
{
border-color: #3C65DD;
}
</style>