Shades of Royal Blue #3766CD
Tints of Royal Blue #3766CD
RGB
CMYK
RGB Variations
Color information
#3766CD (or 0x3766CD) is known color: Royal Blue. HEX triplet: 37, 66 and CD. RGB value is (55,102,205). Sum of RGB (Red+Green+Blue) = 55+102+205=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #3766CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3766CD is #C89932. Grayscale: #636363. Windows color (decimal): -13146419 or 13461047. OLE color: 13461047.
HSL color Cylindrical-coordinate representation of color #3766CD: hue angle of 221.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3766CD is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 102 | 205 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.20 |
| HSL | 221.2º | 0.6% | 0.51% | - |
| HSV(B) | 221.2º | 0.73% | 0.8% | - |
| XYZ | 17.35 | 14.72 | 59.69 | - |
| YUV | 99.69 | 187.43 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 102 | 205 | 0.73 | 0.50 | 0 | 0.20 | 221.2 | 0.6 | 0.51 |
| Hex | 37 | 66 | CD | 49 | 32 | 0 | 14 | DD | 3C | 33 |
| Octal | 67 | 146 | 315 | 111 | 62 | 0 | 24 | 335 | 74 | 63 |
| Binary | 110111 | 1100110 | 11001101 | 1001001 | 110010 | 0 | 10100 | 11011101 | 111100 | 110011 |
Color Harmonies of #3766CD
Complementary color
Monochromatic Colors of #3766CD
Black with #3766CD
Text Example
Text Example
White with #3766CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3766CD; }
p { color: rgb(55,102,205); }
H1.HeaderClassName
{
color: #3766CD;
}
.AnyTagClassName
{
color: #3766CD;
}
</style>
background-color css
<style>
a { background-color: #3766CD; }
a { background-color: rgb(55,102,205); }
div.DivClassName
{
background-color: #3766CD;
}
.BgClassName
{
background-color: #3766CD;
}
</style>
border-color css
<style>
span { border-color: #3766CD; }
span { border-color: rgb(55,102,205); }
td.TdClassName
{
border-color: #3766CD;
}
.TagClassName
{
border-color: #3766CD;
}
</style>