Shades of Royal Blue #3975CF
Tints of Royal Blue #3975CF
RGB
CMYK
RGB Variations
Color information
#3975CF (or 0x3975CF) is known color: Royal Blue. HEX triplet: 39, 75 and CF. RGB value is (57,117,207). Sum of RGB (Red+Green+Blue) = 57+117+207=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #3975CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3975CF is #C68A30. Grayscale: #6C6C6C. Windows color (decimal): -13011505 or 13595961. OLE color: 13595961.
HSL color Cylindrical-coordinate representation of color #3975CF: hue angle of 216º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3975CF is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 117 | 207 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.19 |
| HSL | 216º | 0.61% | 0.52% | - |
| HSV(B) | 216º | 0.72% | 0.81% | - |
| XYZ | 19.31 | 18.1 | 61.51 | - |
| YUV | 109.32 | 183.12 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 207 | 0.72 | 0.43 | 0 | 0.19 | 216 | 0.61 | 0.52 |
| Hex | 39 | 75 | CF | 48 | 2B | 0 | 13 | D8 | 3D | 34 |
| Octal | 71 | 165 | 317 | 110 | 53 | 0 | 23 | 330 | 75 | 64 |
| Binary | 111001 | 1110101 | 11001111 | 1001000 | 101011 | 0 | 10011 | 11011000 | 111101 | 110100 |
Color Harmonies of #3975CF
Complementary color
Monochromatic Colors of #3975CF
Black with #3975CF
Text Example
Text Example
White with #3975CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3975CF; }
p { color: rgb(57,117,207); }
H1.HeaderClassName
{
color: #3975CF;
}
.AnyTagClassName
{
color: #3975CF;
}
</style>
background-color css
<style>
a { background-color: #3975CF; }
a { background-color: rgb(57,117,207); }
div.DivClassName
{
background-color: #3975CF;
}
.BgClassName
{
background-color: #3975CF;
}
</style>
border-color css
<style>
span { border-color: #3975CF; }
span { border-color: rgb(57,117,207); }
td.TdClassName
{
border-color: #3975CF;
}
.TagClassName
{
border-color: #3975CF;
}
</style>