Shades of Royal Blue #3670C9
Tints of Royal Blue #3670C9
RGB
CMYK
RGB Variations
Color information
#3670C9 (or 0x3670C9) is known color: Royal Blue. HEX triplet: 36, 70 and C9. RGB value is (54,112,201). Sum of RGB (Red+Green+Blue) = 54+112+201=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #3670C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670C9 is #C98F36. Grayscale: #686868. Windows color (decimal): -13209399 or 13201462. OLE color: 13201462.
HSL color Cylindrical-coordinate representation of color #3670C9: hue angle of 216.33º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3670C9 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 54 | 112 | 201 | - |
CMYK | 0.73 | 0.44 | 0 | 0.21 |
HSL | 216.33º | 0.58% | 0.5% | - |
HSV(B) | 216.33º | 0.73% | 0.79% | - |
XYZ | 17.86 | 16.59 | 57.52 | - |
YUV | 104.8 | 182.28 | 91.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 54 | 112 | 201 | 0.73 | 0.44 | 0 | 0.21 | 216.33 | 0.58 | 0.5 |
Hex | 36 | 70 | C9 | 49 | 2C | 0 | 15 | D8 | 3A | 32 |
Octal | 66 | 160 | 311 | 111 | 54 | 0 | 25 | 330 | 72 | 62 |
Binary | 110110 | 1110000 | 11001001 | 1001001 | 101100 | 0 | 10101 | 11011000 | 111010 | 110010 |
Color Harmonies of #3670C9
Complementary color
Monochromatic Colors of #3670C9
Black with #3670C9
Text Example
Text Example
White with #3670C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670C9; }
p { color: rgb(54,112,201); }
H1.HeaderClassName
{
color: #3670C9;
}
.AnyTagClassName
{
color: #3670C9;
}
</style>
background-color css
<style>
a { background-color: #3670C9; }
a { background-color: rgb(54,112,201); }
div.DivClassName
{
background-color: #3670C9;
}
.BgClassName
{
background-color: #3670C9;
}
</style>
border-color css
<style>
span { border-color: #3670C9; }
span { border-color: rgb(54,112,201); }
td.TdClassName
{
border-color: #3670C9;
}
.TagClassName
{
border-color: #3670C9;
}
</style>