Shades of Royal Blue #3861DA
Tints of Royal Blue #3861DA
RGB
CMYK
RGB Variations
Color information
#3861DA (or 0x3861DA) is known color: Royal Blue. HEX triplet: 38, 61 and DA. RGB value is (56,97,218). Sum of RGB (Red+Green+Blue) = 56+97+218=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #3861DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3861DA is #C79E25. Grayscale: #626262. Windows color (decimal): -13082150 or 14311736. OLE color: 14311736.
HSL color Cylindrical-coordinate representation of color #3861DA: hue angle of 224.81º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3861DA is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 97 | 218 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.15 |
| HSL | 224.81º | 0.69% | 0.54% | - |
| HSV(B) | 224.81º | 0.74% | 0.85% | - |
| XYZ | 18.56 | 14.45 | 68.14 | - |
| YUV | 98.54 | 195.42 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 218 | 0.74 | 0.56 | 0 | 0.15 | 224.81 | 0.69 | 0.54 |
| Hex | 38 | 61 | DA | 4A | 38 | 0 | F | E1 | 45 | 36 |
| Octal | 70 | 141 | 332 | 112 | 70 | 0 | 17 | 341 | 105 | 66 |
| Binary | 111000 | 1100001 | 11011010 | 1001010 | 111000 | 0 | 1111 | 11100001 | 1000101 | 110110 |
Color Harmonies of #3861DA
Complementary color
Monochromatic Colors of #3861DA
Black with #3861DA
Text Example
Text Example
White with #3861DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3861DA; }
p { color: rgb(56,97,218); }
H1.HeaderClassName
{
color: #3861DA;
}
.AnyTagClassName
{
color: #3861DA;
}
</style>
background-color css
<style>
a { background-color: #3861DA; }
a { background-color: rgb(56,97,218); }
div.DivClassName
{
background-color: #3861DA;
}
.BgClassName
{
background-color: #3861DA;
}
</style>
border-color css
<style>
span { border-color: #3861DA; }
span { border-color: rgb(56,97,218); }
td.TdClassName
{
border-color: #3861DA;
}
.TagClassName
{
border-color: #3861DA;
}
</style>