Shades of Royal Blue #3C75FC
Tints of Royal Blue #3C75FC
RGB
CMYK
RGB Variations
Color information
#3C75FC (or 0x3C75FC) is known color: Royal Blue. HEX triplet: 3C, 75 and FC. RGB value is (60,117,252). Sum of RGB (Red+Green+Blue) = 60+117+252=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C75FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C75FC is #C38A03. Grayscale: #727272. Windows color (decimal): -12814852 or 16545084. OLE color: 16545084.
HSL color Cylindrical-coordinate representation of color #3C75FC: hue angle of 222.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C75FC is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 117 | 252 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.01 |
| HSL | 222.19º | 0.97% | 0.61% | - |
| HSV(B) | 222.19º | 0.76% | 0.99% | - |
| XYZ | 25.8 | 20.71 | 94.73 | - |
| YUV | 115.35 | 205.12 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 252 | 0.76 | 0.54 | 0 | 0.01 | 222.19 | 0.97 | 0.61 |
| Hex | 3C | 75 | FC | 4C | 36 | 0 | 1 | DE | 61 | 3D |
| Octal | 74 | 165 | 374 | 114 | 66 | 0 | 1 | 336 | 141 | 75 |
| Binary | 111100 | 1110101 | 11111100 | 1001100 | 110110 | 0 | 1 | 11011110 | 1100001 | 111101 |
Color Harmonies of #3C75FC
Complementary color
Monochromatic Colors of #3C75FC
Black with #3C75FC
Text Example
Text Example
White with #3C75FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C75FC; }
p { color: rgb(60,117,252); }
H1.HeaderClassName
{
color: #3C75FC;
}
.AnyTagClassName
{
color: #3C75FC;
}
</style>
background-color css
<style>
a { background-color: #3C75FC; }
a { background-color: rgb(60,117,252); }
div.DivClassName
{
background-color: #3C75FC;
}
.BgClassName
{
background-color: #3C75FC;
}
</style>
border-color css
<style>
span { border-color: #3C75FC; }
span { border-color: rgb(60,117,252); }
td.TdClassName
{
border-color: #3C75FC;
}
.TagClassName
{
border-color: #3C75FC;
}
</style>