Shades of Royal Blue #395AF3
Tints of Royal Blue #395AF3
RGB
CMYK
RGB Variations
Color information
#395AF3 (or 0x395AF3) is known color: Royal Blue. HEX triplet: 39, 5A and F3. RGB value is (57,90,243). Sum of RGB (Red+Green+Blue) = 57+90+243=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 243 (95.31% from 255 or 62.31% from 390); Max value from RGB is 243 - color contains mainly: blue. Hex color #395AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395AF3 is #C6A50C. Grayscale: #606060. Windows color (decimal): -13018381 or 15948345. OLE color: 15948345.
HSL color Cylindrical-coordinate representation of color #395AF3: hue angle of 229.35º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #395AF3 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 90 | 243 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.05 |
| HSL | 229.35º | 0.89% | 0.59% | - |
| HSV(B) | 229.35º | 0.77% | 0.95% | - |
| XYZ | 21.52 | 14.65 | 86.49 | - |
| YUV | 97.58 | 210.07 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 243 | 0.77 | 0.63 | 0 | 0.05 | 229.35 | 0.89 | 0.59 |
| Hex | 39 | 5A | F3 | 4D | 3F | 0 | 5 | E5 | 59 | 3B |
| Octal | 71 | 132 | 363 | 115 | 77 | 0 | 5 | 345 | 131 | 73 |
| Binary | 111001 | 1011010 | 11110011 | 1001101 | 111111 | 0 | 101 | 11100101 | 1011001 | 111011 |
Color Harmonies of #395AF3
Complementary color
Monochromatic Colors of #395AF3
Black with #395AF3
Text Example
Text Example
White with #395AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395AF3; }
p { color: rgb(57,90,243); }
H1.HeaderClassName
{
color: #395AF3;
}
.AnyTagClassName
{
color: #395AF3;
}
</style>
background-color css
<style>
a { background-color: #395AF3; }
a { background-color: rgb(57,90,243); }
div.DivClassName
{
background-color: #395AF3;
}
.BgClassName
{
background-color: #395AF3;
}
</style>
border-color css
<style>
span { border-color: #395AF3; }
span { border-color: rgb(57,90,243); }
td.TdClassName
{
border-color: #395AF3;
}
.TagClassName
{
border-color: #395AF3;
}
</style>