Shades of Royal Blue #3875CE
Tints of Royal Blue #3875CE
RGB
CMYK
RGB Variations
Color information
#3875CE (or 0x3875CE) is known color: Royal Blue. HEX triplet: 38, 75 and CE. RGB value is (56,117,206). Sum of RGB (Red+Green+Blue) = 56+117+206=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #3875CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3875CE is #C78A31. Grayscale: #6C6C6C. Windows color (decimal): -13077042 or 13530424. OLE color: 13530424.
HSL color Cylindrical-coordinate representation of color #3875CE: hue angle of 215.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3875CE is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 117 | 206 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.19 |
| HSL | 215.6º | 0.6% | 0.51% | - |
| HSV(B) | 215.6º | 0.73% | 0.81% | - |
| XYZ | 19.13 | 18.02 | 60.86 | - |
| YUV | 108.91 | 182.79 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 206 | 0.73 | 0.43 | 0 | 0.19 | 215.6 | 0.6 | 0.51 |
| Hex | 38 | 75 | CE | 49 | 2B | 0 | 13 | D8 | 3C | 33 |
| Octal | 70 | 165 | 316 | 111 | 53 | 0 | 23 | 330 | 74 | 63 |
| Binary | 111000 | 1110101 | 11001110 | 1001001 | 101011 | 0 | 10011 | 11011000 | 111100 | 110011 |
Color Harmonies of #3875CE
Complementary color
Monochromatic Colors of #3875CE
Black with #3875CE
Text Example
Text Example
White with #3875CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3875CE; }
p { color: rgb(56,117,206); }
H1.HeaderClassName
{
color: #3875CE;
}
.AnyTagClassName
{
color: #3875CE;
}
</style>
background-color css
<style>
a { background-color: #3875CE; }
a { background-color: rgb(56,117,206); }
div.DivClassName
{
background-color: #3875CE;
}
.BgClassName
{
background-color: #3875CE;
}
</style>
border-color css
<style>
span { border-color: #3875CE; }
span { border-color: rgb(56,117,206); }
td.TdClassName
{
border-color: #3875CE;
}
.TagClassName
{
border-color: #3875CE;
}
</style>