Shades of Royal Blue #395BE5
Tints of Royal Blue #395BE5
RGB
CMYK
RGB Variations
Color information
#395BE5 (or 0x395BE5) is known color: Royal Blue. HEX triplet: 39, 5B and E5. RGB value is (57,91,229). Sum of RGB (Red+Green+Blue) = 57+91+229=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 229 (89.84% from 255 or 60.74% from 377); Max value from RGB is 229 - color contains mainly: blue. Hex color #395BE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395BE5 is #C6A41A. Grayscale: #5F5F5F. Windows color (decimal): -13018139 or 15031097. OLE color: 15031097.
HSL color Cylindrical-coordinate representation of color #395BE5: hue angle of 228.14º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #395BE5 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 91 | 229 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.10 |
| HSL | 228.14º | 0.77% | 0.56% | - |
| HSV(B) | 228.14º | 0.75% | 0.9% | - |
| XYZ | 19.57 | 14.01 | 75.8 | - |
| YUV | 96.57 | 202.74 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 229 | 0.75 | 0.60 | 0 | 0.10 | 228.14 | 0.77 | 0.56 |
| Hex | 39 | 5B | E5 | 4B | 3C | 0 | A | E4 | 4D | 38 |
| Octal | 71 | 133 | 345 | 113 | 74 | 0 | 12 | 344 | 115 | 70 |
| Binary | 111001 | 1011011 | 11100101 | 1001011 | 111100 | 0 | 1010 | 11100100 | 1001101 | 111000 |
Color Harmonies of #395BE5
Complementary color
Monochromatic Colors of #395BE5
Black with #395BE5
Text Example
Text Example
White with #395BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395BE5; }
p { color: rgb(57,91,229); }
H1.HeaderClassName
{
color: #395BE5;
}
.AnyTagClassName
{
color: #395BE5;
}
</style>
background-color css
<style>
a { background-color: #395BE5; }
a { background-color: rgb(57,91,229); }
div.DivClassName
{
background-color: #395BE5;
}
.BgClassName
{
background-color: #395BE5;
}
</style>
border-color css
<style>
span { border-color: #395BE5; }
span { border-color: rgb(57,91,229); }
td.TdClassName
{
border-color: #395BE5;
}
.TagClassName
{
border-color: #395BE5;
}
</style>