Shades of Royal Blue #3673FD
Tints of Royal Blue #3673FD
RGB
CMYK
RGB Variations
Color information
#3673FD (or 0x3673FD) is known color: Royal Blue. HEX triplet: 36, 73 and FD. RGB value is (54,115,253). Sum of RGB (Red+Green+Blue) = 54+115+253=422 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.80% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #3673FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3673FD is #C98C02. Grayscale: #6F6F6F. Windows color (decimal): -13208579 or 16610102. OLE color: 16610102.
HSL color Cylindrical-coordinate representation of color #3673FD: hue angle of 221.61º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3673FD is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 115 | 253 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.01 |
| HSL | 221.61º | 0.98% | 0.6% | - |
| HSV(B) | 221.61º | 0.79% | 0.99% | - |
| XYZ | 25.38 | 20.14 | 95.48 | - |
| YUV | 112.49 | 207.29 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 253 | 0.79 | 0.55 | 0 | 0.01 | 221.61 | 0.98 | 0.6 |
| Hex | 36 | 73 | FD | 4F | 37 | 0 | 1 | DE | 62 | 3C |
| Octal | 66 | 163 | 375 | 117 | 67 | 0 | 1 | 336 | 142 | 74 |
| Binary | 110110 | 1110011 | 11111101 | 1001111 | 110111 | 0 | 1 | 11011110 | 1100010 | 111100 |
Color Harmonies of #3673FD
Complementary color
Monochromatic Colors of #3673FD
Black with #3673FD
Text Example
Text Example
White with #3673FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3673FD; }
p { color: rgb(54,115,253); }
H1.HeaderClassName
{
color: #3673FD;
}
.AnyTagClassName
{
color: #3673FD;
}
</style>
background-color css
<style>
a { background-color: #3673FD; }
a { background-color: rgb(54,115,253); }
div.DivClassName
{
background-color: #3673FD;
}
.BgClassName
{
background-color: #3673FD;
}
</style>
border-color css
<style>
span { border-color: #3673FD; }
span { border-color: rgb(54,115,253); }
td.TdClassName
{
border-color: #3673FD;
}
.TagClassName
{
border-color: #3673FD;
}
</style>