Shades of Royal Blue #3769CC
Tints of Royal Blue #3769CC
RGB
CMYK
RGB Variations
Color information
#3769CC (or 0x3769CC) is known color: Royal Blue. HEX triplet: 37, 69 and CC. RGB value is (55,105,204). Sum of RGB (Red+Green+Blue) = 55+105+204=364 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.11% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #3769CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3769CC is #C89633. Grayscale: #646464. Windows color (decimal): -13145652 or 13396279. OLE color: 13396279.
HSL color Cylindrical-coordinate representation of color #3769CC: hue angle of 219.87º degrees, saturation: 0.59, 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 #3769CC is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 105 | 204 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.2 |
| HSL | 219.87º | 0.59% | 0.51% | - |
| HSV(B) | 219.87º | 0.73% | 0.8% | - |
| XYZ | 17.53 | 15.28 | 59.15 | - |
| YUV | 101.34 | 185.94 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 204 | 0.73 | 0.49 | 0 | 0.2 | 219.87 | 0.59 | 0.51 |
| Hex | 37 | 69 | CC | 49 | 31 | 0 | 14 | DC | 3B | 33 |
| Octal | 67 | 151 | 314 | 111 | 61 | 0 | 24 | 334 | 73 | 63 |
| Binary | 110111 | 1101001 | 11001100 | 1001001 | 110001 | 0 | 10100 | 11011100 | 111011 | 110011 |
Color Harmonies of #3769CC
Complementary color
Monochromatic Colors of #3769CC
Black with #3769CC
Text Example
Text Example
White with #3769CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3769CC; }
p { color: rgb(55,105,204); }
H1.HeaderClassName
{
color: #3769CC;
}
.AnyTagClassName
{
color: #3769CC;
}
</style>
background-color css
<style>
a { background-color: #3769CC; }
a { background-color: rgb(55,105,204); }
div.DivClassName
{
background-color: #3769CC;
}
.BgClassName
{
background-color: #3769CC;
}
</style>
border-color css
<style>
span { border-color: #3769CC; }
span { border-color: rgb(55,105,204); }
td.TdClassName
{
border-color: #3769CC;
}
.TagClassName
{
border-color: #3769CC;
}
</style>