Shades of Royal Blue #3669E2
Tints of Royal Blue #3669E2
RGB
CMYK
RGB Variations
Color information
#3669E2 (or 0x3669E2) is known color: Royal Blue. HEX triplet: 36, 69 and E2. RGB value is (54,105,226). Sum of RGB (Red+Green+Blue) = 54+105+226=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 226 (88.67% from 255 or 58.70% from 385); Max value from RGB is 226 - color contains mainly: blue. Hex color #3669E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3669E2 is #C9961D. Grayscale: #676767. Windows color (decimal): -13211166 or 14838070. OLE color: 14838070.
HSL color Cylindrical-coordinate representation of color #3669E2: hue angle of 222.21º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3669E2 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 105 | 226 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.11 |
| HSL | 222.21º | 0.75% | 0.55% | - |
| HSV(B) | 222.21º | 0.76% | 0.89% | - |
| XYZ | 20.3 | 16.38 | 74.04 | - |
| YUV | 103.55 | 197.1 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 226 | 0.76 | 0.54 | 0 | 0.11 | 222.21 | 0.75 | 0.55 |
| Hex | 36 | 69 | E2 | 4C | 36 | 0 | B | DE | 4B | 37 |
| Octal | 66 | 151 | 342 | 114 | 66 | 0 | 13 | 336 | 113 | 67 |
| Binary | 110110 | 1101001 | 11100010 | 1001100 | 110110 | 0 | 1011 | 11011110 | 1001011 | 110111 |
Color Harmonies of #3669E2
Complementary color
Monochromatic Colors of #3669E2
Black with #3669E2
Text Example
Text Example
White with #3669E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3669E2; }
p { color: rgb(54,105,226); }
H1.HeaderClassName
{
color: #3669E2;
}
.AnyTagClassName
{
color: #3669E2;
}
</style>
background-color css
<style>
a { background-color: #3669E2; }
a { background-color: rgb(54,105,226); }
div.DivClassName
{
background-color: #3669E2;
}
.BgClassName
{
background-color: #3669E2;
}
</style>
border-color css
<style>
span { border-color: #3669E2; }
span { border-color: rgb(54,105,226); }
td.TdClassName
{
border-color: #3669E2;
}
.TagClassName
{
border-color: #3669E2;
}
</style>