Shades of Royal Blue #3C78FA
Tints of Royal Blue #3C78FA
RGB
CMYK
RGB Variations
Color information
#3C78FA (or 0x3C78FA) is known color: Royal Blue. HEX triplet: 3C, 78 and FA. RGB value is (60,120,250). Sum of RGB (Red+Green+Blue) = 60+120+250=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C78FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C78FA is #C38705. Grayscale: #747474. Windows color (decimal): -12814086 or 16414780. OLE color: 16414780.
HSL color Cylindrical-coordinate representation of color #3C78FA: hue angle of 221.05º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C78FA is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 120 | 250 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.02 |
| HSL | 221.05º | 0.95% | 0.61% | - |
| HSV(B) | 221.05º | 0.76% | 0.98% | - |
| XYZ | 25.84 | 21.3 | 93.19 | - |
| YUV | 116.88 | 203.12 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 250 | 0.76 | 0.52 | 0 | 0.02 | 221.05 | 0.95 | 0.61 |
| Hex | 3C | 78 | FA | 4C | 34 | 0 | 2 | DD | 5F | 3D |
| Octal | 74 | 170 | 372 | 114 | 64 | 0 | 2 | 335 | 137 | 75 |
| Binary | 111100 | 1111000 | 11111010 | 1001100 | 110100 | 0 | 10 | 11011101 | 1011111 | 111101 |
Color Harmonies of #3C78FA
Complementary color
Monochromatic Colors of #3C78FA
Black with #3C78FA
Text Example
Text Example
White with #3C78FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C78FA; }
p { color: rgb(60,120,250); }
H1.HeaderClassName
{
color: #3C78FA;
}
.AnyTagClassName
{
color: #3C78FA;
}
</style>
background-color css
<style>
a { background-color: #3C78FA; }
a { background-color: rgb(60,120,250); }
div.DivClassName
{
background-color: #3C78FA;
}
.BgClassName
{
background-color: #3C78FA;
}
</style>
border-color css
<style>
span { border-color: #3C78FA; }
span { border-color: rgb(60,120,250); }
td.TdClassName
{
border-color: #3C78FA;
}
.TagClassName
{
border-color: #3C78FA;
}
</style>