Shades of Royal Blue #3665FA
Tints of Royal Blue #3665FA
RGB
CMYK
RGB Variations
Color information
#3665FA (or 0x3665FA) is known color: Royal Blue. HEX triplet: 36, 65 and FA. RGB value is (54,101,250). Sum of RGB (Red+Green+Blue) = 54+101+250=405 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.33% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #3665FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3665FA is #C99A05. Grayscale: #676767. Windows color (decimal): -13212166 or 16409910. OLE color: 16409910.
HSL color Cylindrical-coordinate representation of color #3665FA: hue angle of 225.61º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3665FA is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 101 | 250 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.02 |
| HSL | 225.61º | 0.95% | 0.6% | - |
| HSV(B) | 225.61º | 0.78% | 0.98% | - |
| XYZ | 23.43 | 16.99 | 92.49 | - |
| YUV | 103.93 | 210.43 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 250 | 0.78 | 0.60 | 0 | 0.02 | 225.61 | 0.95 | 0.6 |
| Hex | 36 | 65 | FA | 4E | 3C | 0 | 2 | E2 | 5F | 3C |
| Octal | 66 | 145 | 372 | 116 | 74 | 0 | 2 | 342 | 137 | 74 |
| Binary | 110110 | 1100101 | 11111010 | 1001110 | 111100 | 0 | 10 | 11100010 | 1011111 | 111100 |
Color Harmonies of #3665FA
Complementary color
Monochromatic Colors of #3665FA
Black with #3665FA
Text Example
Text Example
White with #3665FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3665FA; }
p { color: rgb(54,101,250); }
H1.HeaderClassName
{
color: #3665FA;
}
.AnyTagClassName
{
color: #3665FA;
}
</style>
background-color css
<style>
a { background-color: #3665FA; }
a { background-color: rgb(54,101,250); }
div.DivClassName
{
background-color: #3665FA;
}
.BgClassName
{
background-color: #3665FA;
}
</style>
border-color css
<style>
span { border-color: #3665FA; }
span { border-color: rgb(54,101,250); }
td.TdClassName
{
border-color: #3665FA;
}
.TagClassName
{
border-color: #3665FA;
}
</style>