Shades of Royal Blue #3875CF
Tints of Royal Blue #3875CF
RGB
CMYK
RGB Variations
Color information
#3875CF (or 0x3875CF) is known color: Royal Blue. HEX triplet: 38, 75 and CF. RGB value is (56,117,207). Sum of RGB (Red+Green+Blue) = 56+117+207=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #3875CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3875CF is #C78A30. Grayscale: #6C6C6C. Windows color (decimal): -13077041 or 13595960. OLE color: 13595960.
HSL color Cylindrical-coordinate representation of color #3875CF: hue angle of 215.76º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3875CF is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 117 | 207 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.19 |
| HSL | 215.76º | 0.61% | 0.52% | - |
| HSV(B) | 215.76º | 0.73% | 0.81% | - |
| XYZ | 19.25 | 18.07 | 61.5 | - |
| YUV | 109.02 | 183.29 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 207 | 0.73 | 0.43 | 0 | 0.19 | 215.76 | 0.61 | 0.52 |
| Hex | 38 | 75 | CF | 49 | 2B | 0 | 13 | D8 | 3D | 34 |
| Octal | 70 | 165 | 317 | 111 | 53 | 0 | 23 | 330 | 75 | 64 |
| Binary | 111000 | 1110101 | 11001111 | 1001001 | 101011 | 0 | 10011 | 11011000 | 111101 | 110100 |
Color Harmonies of #3875CF
Complementary color
Monochromatic Colors of #3875CF
Black with #3875CF
Text Example
Text Example
White with #3875CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3875CF; }
p { color: rgb(56,117,207); }
H1.HeaderClassName
{
color: #3875CF;
}
.AnyTagClassName
{
color: #3875CF;
}
</style>
background-color css
<style>
a { background-color: #3875CF; }
a { background-color: rgb(56,117,207); }
div.DivClassName
{
background-color: #3875CF;
}
.BgClassName
{
background-color: #3875CF;
}
</style>
border-color css
<style>
span { border-color: #3875CF; }
span { border-color: rgb(56,117,207); }
td.TdClassName
{
border-color: #3875CF;
}
.TagClassName
{
border-color: #3875CF;
}
</style>