Shades of Royal Blue #3665E8
Tints of Royal Blue #3665E8
RGB
CMYK
RGB Variations
Color information
#3665E8 (or 0x3665E8) is known color: Royal Blue. HEX triplet: 36, 65 and E8. RGB value is (54,101,232). Sum of RGB (Red+Green+Blue) = 54+101+232=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 232 (91.02% from 255 or 59.95% from 387); Max value from RGB is 232 - color contains mainly: blue. Hex color #3665E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3665E8 is #C99A17. Grayscale: #656565. Windows color (decimal): -13212184 or 15230262. OLE color: 15230262.
HSL color Cylindrical-coordinate representation of color #3665E8: hue angle of 224.16º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3665E8 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 101 | 232 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.09 |
| HSL | 224.16º | 0.79% | 0.56% | - |
| HSV(B) | 224.16º | 0.77% | 0.91% | - |
| XYZ | 20.74 | 15.92 | 78.32 | - |
| YUV | 101.88 | 201.43 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 232 | 0.77 | 0.56 | 0 | 0.09 | 224.16 | 0.79 | 0.56 |
| Hex | 36 | 65 | E8 | 4D | 38 | 0 | 9 | E0 | 4F | 38 |
| Octal | 66 | 145 | 350 | 115 | 70 | 0 | 11 | 340 | 117 | 70 |
| Binary | 110110 | 1100101 | 11101000 | 1001101 | 111000 | 0 | 1001 | 11100000 | 1001111 | 111000 |
Color Harmonies of #3665E8
Complementary color
Monochromatic Colors of #3665E8
Black with #3665E8
Text Example
Text Example
White with #3665E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3665E8; }
p { color: rgb(54,101,232); }
H1.HeaderClassName
{
color: #3665E8;
}
.AnyTagClassName
{
color: #3665E8;
}
</style>
background-color css
<style>
a { background-color: #3665E8; }
a { background-color: rgb(54,101,232); }
div.DivClassName
{
background-color: #3665E8;
}
.BgClassName
{
background-color: #3665E8;
}
</style>
border-color css
<style>
span { border-color: #3665E8; }
span { border-color: rgb(54,101,232); }
td.TdClassName
{
border-color: #3665E8;
}
.TagClassName
{
border-color: #3665E8;
}
</style>