Shades of Royal Blue #3C67FB
Tints of Royal Blue #3C67FB
RGB
CMYK
RGB Variations
Color information
#3C67FB (or 0x3C67FB) is known color: Royal Blue. HEX triplet: 3C, 67 and FB. RGB value is (60,103,251). Sum of RGB (Red+Green+Blue) = 60+103+251=414 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.49% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C67FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C67FB is #C39804. Grayscale: #6A6A6A. Windows color (decimal): -12818437 or 16475964. OLE color: 16475964.
HSL color Cylindrical-coordinate representation of color #3C67FB: hue angle of 226.49º degrees, saturation: 0.96, 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 #3C67FB is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 103 | 251 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.02 |
| HSL | 226.49º | 0.96% | 0.61% | - |
| HSV(B) | 226.49º | 0.76% | 0.98% | - |
| XYZ | 24.13 | 17.63 | 93.4 | - |
| YUV | 107.02 | 209.25 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 103 | 251 | 0.76 | 0.59 | 0 | 0.02 | 226.49 | 0.96 | 0.61 |
| Hex | 3C | 67 | FB | 4C | 3B | 0 | 2 | E2 | 60 | 3D |
| Octal | 74 | 147 | 373 | 114 | 73 | 0 | 2 | 342 | 140 | 75 |
| Binary | 111100 | 1100111 | 11111011 | 1001100 | 111011 | 0 | 10 | 11100010 | 1100000 | 111101 |
Color Harmonies of #3C67FB
Complementary color
Monochromatic Colors of #3C67FB
Black with #3C67FB
Text Example
Text Example
White with #3C67FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C67FB; }
p { color: rgb(60,103,251); }
H1.HeaderClassName
{
color: #3C67FB;
}
.AnyTagClassName
{
color: #3C67FB;
}
</style>
background-color css
<style>
a { background-color: #3C67FB; }
a { background-color: rgb(60,103,251); }
div.DivClassName
{
background-color: #3C67FB;
}
.BgClassName
{
background-color: #3C67FB;
}
</style>
border-color css
<style>
span { border-color: #3C67FB; }
span { border-color: rgb(60,103,251); }
td.TdClassName
{
border-color: #3C67FB;
}
.TagClassName
{
border-color: #3C67FB;
}
</style>