Shades of Royal Blue #395AEE
Tints of Royal Blue #395AEE
RGB
CMYK
RGB Variations
Color information
#395AEE (or 0x395AEE) is known color: Royal Blue. HEX triplet: 39, 5A and EE. RGB value is (57,90,238). Sum of RGB (Red+Green+Blue) = 57+90+238=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #395AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395AEE is #C6A511. Grayscale: #606060. Windows color (decimal): -13018386 or 15620665. OLE color: 15620665.
HSL color Cylindrical-coordinate representation of color #395AEE: hue angle of 229.06º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #395AEE is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 90 | 238 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.07 |
| HSL | 229.06º | 0.84% | 0.58% | - |
| HSV(B) | 229.06º | 0.76% | 0.93% | - |
| XYZ | 20.78 | 14.36 | 82.56 | - |
| YUV | 97.01 | 207.57 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 238 | 0.76 | 0.62 | 0 | 0.07 | 229.06 | 0.84 | 0.58 |
| Hex | 39 | 5A | EE | 4C | 3E | 0 | 7 | E5 | 54 | 3A |
| Octal | 71 | 132 | 356 | 114 | 76 | 0 | 7 | 345 | 124 | 72 |
| Binary | 111001 | 1011010 | 11101110 | 1001100 | 111110 | 0 | 111 | 11100101 | 1010100 | 111010 |
Color Harmonies of #395AEE
Complementary color
Monochromatic Colors of #395AEE
Black with #395AEE
Text Example
Text Example
White with #395AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395AEE; }
p { color: rgb(57,90,238); }
H1.HeaderClassName
{
color: #395AEE;
}
.AnyTagClassName
{
color: #395AEE;
}
</style>
background-color css
<style>
a { background-color: #395AEE; }
a { background-color: rgb(57,90,238); }
div.DivClassName
{
background-color: #395AEE;
}
.BgClassName
{
background-color: #395AEE;
}
</style>
border-color css
<style>
span { border-color: #395AEE; }
span { border-color: rgb(57,90,238); }
td.TdClassName
{
border-color: #395AEE;
}
.TagClassName
{
border-color: #395AEE;
}
</style>