Shades of Royal Blue #3769DF
Tints of Royal Blue #3769DF
RGB
CMYK
RGB Variations
Color information
#3769DF (or 0x3769DF) is known color: Royal Blue. HEX triplet: 37, 69 and DF. RGB value is (55,105,223). Sum of RGB (Red+Green+Blue) = 55+105+223=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #3769DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3769DF is #C89620. Grayscale: #666666. Windows color (decimal): -13145633 or 14641463. OLE color: 14641463.
HSL color Cylindrical-coordinate representation of color #3769DF: hue angle of 222.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3769DF is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 105 | 223 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.13 |
| HSL | 222.14º | 0.72% | 0.55% | - |
| HSV(B) | 222.14º | 0.75% | 0.87% | - |
| XYZ | 19.95 | 16.24 | 71.9 | - |
| YUV | 103.5 | 195.44 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 223 | 0.75 | 0.53 | 0 | 0.13 | 222.14 | 0.72 | 0.55 |
| Hex | 37 | 69 | DF | 4B | 35 | 0 | D | DE | 48 | 37 |
| Octal | 67 | 151 | 337 | 113 | 65 | 0 | 15 | 336 | 110 | 67 |
| Binary | 110111 | 1101001 | 11011111 | 1001011 | 110101 | 0 | 1101 | 11011110 | 1001000 | 110111 |
Color Harmonies of #3769DF
Complementary color
Monochromatic Colors of #3769DF
Black with #3769DF
Text Example
Text Example
White with #3769DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3769DF; }
p { color: rgb(55,105,223); }
H1.HeaderClassName
{
color: #3769DF;
}
.AnyTagClassName
{
color: #3769DF;
}
</style>
background-color css
<style>
a { background-color: #3769DF; }
a { background-color: rgb(55,105,223); }
div.DivClassName
{
background-color: #3769DF;
}
.BgClassName
{
background-color: #3769DF;
}
</style>
border-color css
<style>
span { border-color: #3769DF; }
span { border-color: rgb(55,105,223); }
td.TdClassName
{
border-color: #3769DF;
}
.TagClassName
{
border-color: #3769DF;
}
</style>