Shades of Royal Blue #3C62DE
Tints of Royal Blue #3C62DE
RGB
CMYK
RGB Variations
Color information
#3C62DE (or 0x3C62DE) is known color: Royal Blue. HEX triplet: 3C, 62 and DE. RGB value is (60,98,222). Sum of RGB (Red+Green+Blue) = 60+98+222=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C62DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C62DE is #C39D21. Grayscale: #646464. Windows color (decimal): -12819746 or 14574140. OLE color: 14574140.
HSL color Cylindrical-coordinate representation of color #3C62DE: hue angle of 225.93º degrees, saturation: 0.71, 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 #3C62DE is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 98 | 222 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.13 |
| HSL | 225.93º | 0.71% | 0.55% | - |
| HSV(B) | 225.93º | 0.73% | 0.87% | - |
| XYZ | 19.42 | 14.97 | 70.97 | - |
| YUV | 100.77 | 196.41 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 222 | 0.73 | 0.56 | 0 | 0.13 | 225.93 | 0.71 | 0.55 |
| Hex | 3C | 62 | DE | 49 | 38 | 0 | D | E2 | 47 | 37 |
| Octal | 74 | 142 | 336 | 111 | 70 | 0 | 15 | 342 | 107 | 67 |
| Binary | 111100 | 1100010 | 11011110 | 1001001 | 111000 | 0 | 1101 | 11100010 | 1000111 | 110111 |
Color Harmonies of #3C62DE
Complementary color
Monochromatic Colors of #3C62DE
Black with #3C62DE
Text Example
Text Example
White with #3C62DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C62DE; }
p { color: rgb(60,98,222); }
H1.HeaderClassName
{
color: #3C62DE;
}
.AnyTagClassName
{
color: #3C62DE;
}
</style>
background-color css
<style>
a { background-color: #3C62DE; }
a { background-color: rgb(60,98,222); }
div.DivClassName
{
background-color: #3C62DE;
}
.BgClassName
{
background-color: #3C62DE;
}
</style>
border-color css
<style>
span { border-color: #3C62DE; }
span { border-color: rgb(60,98,222); }
td.TdClassName
{
border-color: #3C62DE;
}
.TagClassName
{
border-color: #3C62DE;
}
</style>