Shades of Royal Blue #3C69FD
Tints of Royal Blue #3C69FD
RGB
CMYK
RGB Variations
Color information
#3C69FD (or 0x3C69FD) is known color: Royal Blue. HEX triplet: 3C, 69 and FD. RGB value is (60,105,253). Sum of RGB (Red+Green+Blue) = 60+105+253=418 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.35% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C69FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C69FD is #C39602. Grayscale: #6B6B6B. Windows color (decimal): -12817923 or 16607548. OLE color: 16607548.
HSL color Cylindrical-coordinate representation of color #3C69FD: hue angle of 226.01º degrees, saturation: 0.98, 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 #3C69FD is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 105 | 253 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.01 |
| HSL | 226.01º | 0.98% | 0.61% | - |
| HSV(B) | 226.01º | 0.76% | 0.99% | - |
| XYZ | 24.64 | 18.16 | 95.13 | - |
| YUV | 108.42 | 209.59 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 253 | 0.76 | 0.58 | 0 | 0.01 | 226.01 | 0.98 | 0.61 |
| Hex | 3C | 69 | FD | 4C | 3A | 0 | 1 | E2 | 62 | 3D |
| Octal | 74 | 151 | 375 | 114 | 72 | 0 | 1 | 342 | 142 | 75 |
| Binary | 111100 | 1101001 | 11111101 | 1001100 | 111010 | 0 | 1 | 11100010 | 1100010 | 111101 |
Color Harmonies of #3C69FD
Complementary color
Monochromatic Colors of #3C69FD
Black with #3C69FD
Text Example
Text Example
White with #3C69FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C69FD; }
p { color: rgb(60,105,253); }
H1.HeaderClassName
{
color: #3C69FD;
}
.AnyTagClassName
{
color: #3C69FD;
}
</style>
background-color css
<style>
a { background-color: #3C69FD; }
a { background-color: rgb(60,105,253); }
div.DivClassName
{
background-color: #3C69FD;
}
.BgClassName
{
background-color: #3C69FD;
}
</style>
border-color css
<style>
span { border-color: #3C69FD; }
span { border-color: rgb(60,105,253); }
td.TdClassName
{
border-color: #3C69FD;
}
.TagClassName
{
border-color: #3C69FD;
}
</style>