Shades of Royal Blue #3873FA
Tints of Royal Blue #3873FA
RGB
CMYK
RGB Variations
Color information
#3873FA (or 0x3873FA) is known color: Royal Blue. HEX triplet: 38, 73 and FA. RGB value is (56,115,250). Sum of RGB (Red+Green+Blue) = 56+115+250=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #3873FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3873FA is #C78C05. Grayscale: #707070. Windows color (decimal): -13077510 or 16413496. OLE color: 16413496.
HSL color Cylindrical-coordinate representation of color #3873FA: hue angle of 221.75º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3873FA is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 115 | 250 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.02 |
| HSL | 221.75º | 0.95% | 0.6% | - |
| HSV(B) | 221.75º | 0.78% | 0.98% | - |
| XYZ | 25.02 | 20 | 92.99 | - |
| YUV | 112.75 | 205.45 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 115 | 250 | 0.78 | 0.54 | 0 | 0.02 | 221.75 | 0.95 | 0.6 |
| Hex | 38 | 73 | FA | 4E | 36 | 0 | 2 | DE | 5F | 3C |
| Octal | 70 | 163 | 372 | 116 | 66 | 0 | 2 | 336 | 137 | 74 |
| Binary | 111000 | 1110011 | 11111010 | 1001110 | 110110 | 0 | 10 | 11011110 | 1011111 | 111100 |
Color Harmonies of #3873FA
Complementary color
Monochromatic Colors of #3873FA
Black with #3873FA
Text Example
Text Example
White with #3873FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3873FA; }
p { color: rgb(56,115,250); }
H1.HeaderClassName
{
color: #3873FA;
}
.AnyTagClassName
{
color: #3873FA;
}
</style>
background-color css
<style>
a { background-color: #3873FA; }
a { background-color: rgb(56,115,250); }
div.DivClassName
{
background-color: #3873FA;
}
.BgClassName
{
background-color: #3873FA;
}
</style>
border-color css
<style>
span { border-color: #3873FA; }
span { border-color: rgb(56,115,250); }
td.TdClassName
{
border-color: #3873FA;
}
.TagClassName
{
border-color: #3873FA;
}
</style>