Shades of Royal Blue #395BE3
Tints of Royal Blue #395BE3
RGB
CMYK
RGB Variations
Color information
#395BE3 (or 0x395BE3) is known color: Royal Blue. HEX triplet: 39, 5B and E3. RGB value is (57,91,227). Sum of RGB (Red+Green+Blue) = 57+91+227=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 227 (89.06% from 255 or 60.53% from 375); Max value from RGB is 227 - color contains mainly: blue. Hex color #395BE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395BE3 is #C6A41C. Grayscale: #5F5F5F. Windows color (decimal): -13018141 or 14900025. OLE color: 14900025.
HSL color Cylindrical-coordinate representation of color #395BE3: hue angle of 228º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #395BE3 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 91 | 227 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.11 |
| HSL | 228º | 0.75% | 0.56% | - |
| HSV(B) | 228º | 0.75% | 0.89% | - |
| XYZ | 19.29 | 13.9 | 74.34 | - |
| YUV | 96.34 | 201.74 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 227 | 0.75 | 0.60 | 0 | 0.11 | 228 | 0.75 | 0.56 |
| Hex | 39 | 5B | E3 | 4B | 3C | 0 | B | E4 | 4B | 38 |
| Octal | 71 | 133 | 343 | 113 | 74 | 0 | 13 | 344 | 113 | 70 |
| Binary | 111001 | 1011011 | 11100011 | 1001011 | 111100 | 0 | 1011 | 11100100 | 1001011 | 111000 |
Color Harmonies of #395BE3
Complementary color
Monochromatic Colors of #395BE3
Black with #395BE3
Text Example
Text Example
White with #395BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395BE3; }
p { color: rgb(57,91,227); }
H1.HeaderClassName
{
color: #395BE3;
}
.AnyTagClassName
{
color: #395BE3;
}
</style>
background-color css
<style>
a { background-color: #395BE3; }
a { background-color: rgb(57,91,227); }
div.DivClassName
{
background-color: #395BE3;
}
.BgClassName
{
background-color: #395BE3;
}
</style>
border-color css
<style>
span { border-color: #395BE3; }
span { border-color: rgb(57,91,227); }
td.TdClassName
{
border-color: #395BE3;
}
.TagClassName
{
border-color: #395BE3;
}
</style>