Shades of Royal Blue #3769DA
Tints of Royal Blue #3769DA
RGB
CMYK
RGB Variations
Color information
#3769DA (or 0x3769DA) is known color: Royal Blue. HEX triplet: 37, 69 and DA. RGB value is (55,105,218). Sum of RGB (Red+Green+Blue) = 55+105+218=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #3769DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3769DA is #C89625. Grayscale: #666666. Windows color (decimal): -13145638 or 14313783. OLE color: 14313783.
HSL color Cylindrical-coordinate representation of color #3769DA: hue angle of 221.6º 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 #3769DA is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 105 | 218 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.15 |
| HSL | 221.6º | 0.69% | 0.54% | - |
| HSV(B) | 221.6º | 0.75% | 0.85% | - |
| XYZ | 19.28 | 15.98 | 68.4 | - |
| YUV | 102.93 | 192.94 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 218 | 0.75 | 0.52 | 0 | 0.15 | 221.6 | 0.69 | 0.54 |
| Hex | 37 | 69 | DA | 4B | 34 | 0 | F | DE | 45 | 36 |
| Octal | 67 | 151 | 332 | 113 | 64 | 0 | 17 | 336 | 105 | 66 |
| Binary | 110111 | 1101001 | 11011010 | 1001011 | 110100 | 0 | 1111 | 11011110 | 1000101 | 110110 |
Color Harmonies of #3769DA
Complementary color
Monochromatic Colors of #3769DA
Black with #3769DA
Text Example
Text Example
White with #3769DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3769DA; }
p { color: rgb(55,105,218); }
H1.HeaderClassName
{
color: #3769DA;
}
.AnyTagClassName
{
color: #3769DA;
}
</style>
background-color css
<style>
a { background-color: #3769DA; }
a { background-color: rgb(55,105,218); }
div.DivClassName
{
background-color: #3769DA;
}
.BgClassName
{
background-color: #3769DA;
}
</style>
border-color css
<style>
span { border-color: #3769DA; }
span { border-color: rgb(55,105,218); }
td.TdClassName
{
border-color: #3769DA;
}
.TagClassName
{
border-color: #3769DA;
}
</style>