Shades of Royal Blue #3766DA
Tints of Royal Blue #3766DA
RGB
CMYK
RGB Variations
Color information
#3766DA (or 0x3766DA) is known color: Royal Blue. HEX triplet: 37, 66 and DA. RGB value is (55,102,218). Sum of RGB (Red+Green+Blue) = 55+102+218=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #3766DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3766DA is #C89925. Grayscale: #646464. Windows color (decimal): -13146406 or 14313015. OLE color: 14313015.
HSL color Cylindrical-coordinate representation of color #3766DA: hue angle of 222.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3766DA is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 102 | 218 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.15 |
| HSL | 222.7º | 0.69% | 0.54% | - |
| HSV(B) | 222.7º | 0.75% | 0.85% | - |
| XYZ | 18.98 | 15.38 | 68.3 | - |
| YUV | 101.17 | 193.93 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 102 | 218 | 0.75 | 0.53 | 0 | 0.15 | 222.7 | 0.69 | 0.54 |
| Hex | 37 | 66 | DA | 4B | 35 | 0 | F | DF | 45 | 36 |
| Octal | 67 | 146 | 332 | 113 | 65 | 0 | 17 | 337 | 105 | 66 |
| Binary | 110111 | 1100110 | 11011010 | 1001011 | 110101 | 0 | 1111 | 11011111 | 1000101 | 110110 |
Color Harmonies of #3766DA
Complementary color
Monochromatic Colors of #3766DA
Black with #3766DA
Text Example
Text Example
White with #3766DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3766DA; }
p { color: rgb(55,102,218); }
H1.HeaderClassName
{
color: #3766DA;
}
.AnyTagClassName
{
color: #3766DA;
}
</style>
background-color css
<style>
a { background-color: #3766DA; }
a { background-color: rgb(55,102,218); }
div.DivClassName
{
background-color: #3766DA;
}
.BgClassName
{
background-color: #3766DA;
}
</style>
border-color css
<style>
span { border-color: #3766DA; }
span { border-color: rgb(55,102,218); }
td.TdClassName
{
border-color: #3766DA;
}
.TagClassName
{
border-color: #3766DA;
}
</style>