Shades of Royal Blue #3768D7
Tints of Royal Blue #3768D7
RGB
CMYK
RGB Variations
Color information
#3768D7 (or 0x3768D7) is known color: Royal Blue. HEX triplet: 37, 68 and D7. RGB value is (55,104,215). Sum of RGB (Red+Green+Blue) = 55+104+215=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #3768D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3768D7 is #C89728. Grayscale: #656565. Windows color (decimal): -13145897 or 14116919. OLE color: 14116919.
HSL color Cylindrical-coordinate representation of color #3768D7: hue angle of 221.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3768D7 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 104 | 215 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.16 |
| HSL | 221.63º | 0.67% | 0.53% | - |
| HSV(B) | 221.63º | 0.74% | 0.84% | - |
| XYZ | 18.79 | 15.62 | 66.31 | - |
| YUV | 102 | 191.77 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 215 | 0.74 | 0.52 | 0 | 0.16 | 221.63 | 0.67 | 0.53 |
| Hex | 37 | 68 | D7 | 4A | 34 | 0 | 10 | DE | 43 | 35 |
| Octal | 67 | 150 | 327 | 112 | 64 | 0 | 20 | 336 | 103 | 65 |
| Binary | 110111 | 1101000 | 11010111 | 1001010 | 110100 | 0 | 10000 | 11011110 | 1000011 | 110101 |
Color Harmonies of #3768D7
Complementary color
Monochromatic Colors of #3768D7
Black with #3768D7
Text Example
Text Example
White with #3768D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3768D7; }
p { color: rgb(55,104,215); }
H1.HeaderClassName
{
color: #3768D7;
}
.AnyTagClassName
{
color: #3768D7;
}
</style>
background-color css
<style>
a { background-color: #3768D7; }
a { background-color: rgb(55,104,215); }
div.DivClassName
{
background-color: #3768D7;
}
.BgClassName
{
background-color: #3768D7;
}
</style>
border-color css
<style>
span { border-color: #3768D7; }
span { border-color: rgb(55,104,215); }
td.TdClassName
{
border-color: #3768D7;
}
.TagClassName
{
border-color: #3768D7;
}
</style>