Shades of Royal Blue #3669EE
Tints of Royal Blue #3669EE
RGB
CMYK
RGB Variations
Color information
#3669EE (or 0x3669EE) is known color: Royal Blue. HEX triplet: 36, 69 and EE. RGB value is (54,105,238). Sum of RGB (Red+Green+Blue) = 54+105+238=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #3669EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3669EE is #C99611. Grayscale: #686868. Windows color (decimal): -13211154 or 15624502. OLE color: 15624502.
HSL color Cylindrical-coordinate representation of color #3669EE: hue angle of 223.37º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3669EE is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 105 | 238 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.07 |
| HSL | 223.37º | 0.84% | 0.57% | - |
| HSV(B) | 223.37º | 0.77% | 0.93% | - |
| XYZ | 22.01 | 17.06 | 83.02 | - |
| YUV | 104.91 | 203.1 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 238 | 0.77 | 0.56 | 0 | 0.07 | 223.37 | 0.84 | 0.57 |
| Hex | 36 | 69 | EE | 4D | 38 | 0 | 7 | DF | 54 | 39 |
| Octal | 66 | 151 | 356 | 115 | 70 | 0 | 7 | 337 | 124 | 71 |
| Binary | 110110 | 1101001 | 11101110 | 1001101 | 111000 | 0 | 111 | 11011111 | 1010100 | 111001 |
Color Harmonies of #3669EE
Complementary color
Monochromatic Colors of #3669EE
Black with #3669EE
Text Example
Text Example
White with #3669EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3669EE; }
p { color: rgb(54,105,238); }
H1.HeaderClassName
{
color: #3669EE;
}
.AnyTagClassName
{
color: #3669EE;
}
</style>
background-color css
<style>
a { background-color: #3669EE; }
a { background-color: rgb(54,105,238); }
div.DivClassName
{
background-color: #3669EE;
}
.BgClassName
{
background-color: #3669EE;
}
</style>
border-color css
<style>
span { border-color: #3669EE; }
span { border-color: rgb(54,105,238); }
td.TdClassName
{
border-color: #3669EE;
}
.TagClassName
{
border-color: #3669EE;
}
</style>