Shades of Royal Blue #3668CF
Tints of Royal Blue #3668CF
RGB
CMYK
RGB Variations
Color information
#3668CF (or 0x3668CF) is known color: Royal Blue. HEX triplet: 36, 68 and CF. RGB value is (54,104,207). Sum of RGB (Red+Green+Blue) = 54+104+207=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #3668CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3668CF is #C99730. Grayscale: #646464. Windows color (decimal): -13211441 or 13592630. OLE color: 13592630.
HSL color Cylindrical-coordinate representation of color #3668CF: hue angle of 220.39º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3668CF is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 104 | 207 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.19 |
| HSL | 220.39º | 0.61% | 0.51% | - |
| HSV(B) | 220.39º | 0.74% | 0.81% | - |
| XYZ | 17.73 | 15.19 | 61.03 | - |
| YUV | 100.79 | 187.94 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 207 | 0.74 | 0.50 | 0 | 0.19 | 220.39 | 0.61 | 0.51 |
| Hex | 36 | 68 | CF | 4A | 32 | 0 | 13 | DC | 3D | 33 |
| Octal | 66 | 150 | 317 | 112 | 62 | 0 | 23 | 334 | 75 | 63 |
| Binary | 110110 | 1101000 | 11001111 | 1001010 | 110010 | 0 | 10011 | 11011100 | 111101 | 110011 |
Color Harmonies of #3668CF
Complementary color
Monochromatic Colors of #3668CF
Black with #3668CF
Text Example
Text Example
White with #3668CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3668CF; }
p { color: rgb(54,104,207); }
H1.HeaderClassName
{
color: #3668CF;
}
.AnyTagClassName
{
color: #3668CF;
}
</style>
background-color css
<style>
a { background-color: #3668CF; }
a { background-color: rgb(54,104,207); }
div.DivClassName
{
background-color: #3668CF;
}
.BgClassName
{
background-color: #3668CF;
}
</style>
border-color css
<style>
span { border-color: #3668CF; }
span { border-color: rgb(54,104,207); }
td.TdClassName
{
border-color: #3668CF;
}
.TagClassName
{
border-color: #3668CF;
}
</style>