Shades of Royal Blue #3669F6
Tints of Royal Blue #3669F6
RGB
CMYK
RGB Variations
Color information
#3669F6 (or 0x3669F6) is known color: Royal Blue. HEX triplet: 36, 69 and F6. RGB value is (54,105,246). Sum of RGB (Red+Green+Blue) = 54+105+246=405 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.33% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 246 (96.48% from 255 or 60.74% from 405); Max value from RGB is 246 - color contains mainly: blue. Hex color #3669F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3669F6 is #C99609. Grayscale: #696969. Windows color (decimal): -13211146 or 16148790. OLE color: 16148790.
HSL color Cylindrical-coordinate representation of color #3669F6: hue angle of 224.06º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3669F6 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 54 | 105 | 246 | - |
CMYK | 0.78 | 0.57 | 0 | 0.04 |
HSL | 224.06º | 0.91% | 0.59% | - |
HSV(B) | 224.06º | 0.78% | 0.96% | - |
XYZ | 23.21 | 17.54 | 89.35 | - |
YUV | 105.83 | 207.1 | 91.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 54 | 105 | 246 | 0.78 | 0.57 | 0 | 0.04 | 224.06 | 0.91 | 0.59 |
Hex | 36 | 69 | F6 | 4E | 39 | 0 | 4 | E0 | 5B | 3B |
Octal | 66 | 151 | 366 | 116 | 71 | 0 | 4 | 340 | 133 | 73 |
Binary | 110110 | 1101001 | 11110110 | 1001110 | 111001 | 0 | 100 | 11100000 | 1011011 | 111011 |
Color Harmonies of #3669F6
Complementary color
Monochromatic Colors of #3669F6
Black with #3669F6
Text Example
Text Example
White with #3669F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3669F6; }
p { color: rgb(54,105,246); }
H1.HeaderClassName
{
color: #3669F6;
}
.AnyTagClassName
{
color: #3669F6;
}
</style>
background-color css
<style>
a { background-color: #3669F6; }
a { background-color: rgb(54,105,246); }
div.DivClassName
{
background-color: #3669F6;
}
.BgClassName
{
background-color: #3669F6;
}
</style>
border-color css
<style>
span { border-color: #3669F6; }
span { border-color: rgb(54,105,246); }
td.TdClassName
{
border-color: #3669F6;
}
.TagClassName
{
border-color: #3669F6;
}
</style>