Shades of Royal Blue #3C65E8
Tints of Royal Blue #3C65E8
RGB
CMYK
RGB Variations
Color information
#3C65E8 (or 0x3C65E8) is known color: Royal Blue. HEX triplet: 3C, 65 and E8. RGB value is (60,101,232). Sum of RGB (Red+Green+Blue) = 60+101+232=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 232 (91.02% from 255 or 59.03% from 393); Max value from RGB is 232 - color contains mainly: blue. Hex color #3C65E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C65E8 is #C39A17. Grayscale: #676767. Windows color (decimal): -12818968 or 15230268. OLE color: 15230268.
HSL color Cylindrical-coordinate representation of color #3C65E8: hue angle of 225.7º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C65E8 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 101 | 232 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.09 |
| HSL | 225.7º | 0.79% | 0.57% | - |
| HSV(B) | 225.7º | 0.74% | 0.91% | - |
| XYZ | 21.08 | 16.09 | 78.34 | - |
| YUV | 103.68 | 200.42 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 232 | 0.74 | 0.56 | 0 | 0.09 | 225.7 | 0.79 | 0.57 |
| Hex | 3C | 65 | E8 | 4A | 38 | 0 | 9 | E2 | 4F | 39 |
| Octal | 74 | 145 | 350 | 112 | 70 | 0 | 11 | 342 | 117 | 71 |
| Binary | 111100 | 1100101 | 11101000 | 1001010 | 111000 | 0 | 1001 | 11100010 | 1001111 | 111001 |
Color Harmonies of #3C65E8
Complementary color
Monochromatic Colors of #3C65E8
Black with #3C65E8
Text Example
Text Example
White with #3C65E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C65E8; }
p { color: rgb(60,101,232); }
H1.HeaderClassName
{
color: #3C65E8;
}
.AnyTagClassName
{
color: #3C65E8;
}
</style>
background-color css
<style>
a { background-color: #3C65E8; }
a { background-color: rgb(60,101,232); }
div.DivClassName
{
background-color: #3C65E8;
}
.BgClassName
{
background-color: #3C65E8;
}
</style>
border-color css
<style>
span { border-color: #3C65E8; }
span { border-color: rgb(60,101,232); }
td.TdClassName
{
border-color: #3C65E8;
}
.TagClassName
{
border-color: #3C65E8;
}
</style>