Shades of Royal Blue #3769FD
Tints of Royal Blue #3769FD
RGB
CMYK
RGB Variations
Color information
#3769FD (or 0x3769FD) is known color: Royal Blue. HEX triplet: 37, 69 and FD. RGB value is (55,105,253). Sum of RGB (Red+Green+Blue) = 55+105+253=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #3769FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3769FD is #C89602. Grayscale: #6A6A6A. Windows color (decimal): -13145603 or 16607543. OLE color: 16607543.
HSL color Cylindrical-coordinate representation of color #3769FD: hue angle of 224.85º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3769FD is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 105 | 253 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.01 |
| HSL | 224.85º | 0.98% | 0.6% | - |
| HSV(B) | 224.85º | 0.78% | 0.99% | - |
| XYZ | 24.36 | 18.01 | 95.12 | - |
| YUV | 106.92 | 210.44 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 253 | 0.78 | 0.58 | 0 | 0.01 | 224.85 | 0.98 | 0.6 |
| Hex | 37 | 69 | FD | 4E | 3A | 0 | 1 | E1 | 62 | 3C |
| Octal | 67 | 151 | 375 | 116 | 72 | 0 | 1 | 341 | 142 | 74 |
| Binary | 110111 | 1101001 | 11111101 | 1001110 | 111010 | 0 | 1 | 11100001 | 1100010 | 111100 |
Color Harmonies of #3769FD
Complementary color
Monochromatic Colors of #3769FD
Black with #3769FD
Text Example
Text Example
White with #3769FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3769FD; }
p { color: rgb(55,105,253); }
H1.HeaderClassName
{
color: #3769FD;
}
.AnyTagClassName
{
color: #3769FD;
}
</style>
background-color css
<style>
a { background-color: #3769FD; }
a { background-color: rgb(55,105,253); }
div.DivClassName
{
background-color: #3769FD;
}
.BgClassName
{
background-color: #3769FD;
}
</style>
border-color css
<style>
span { border-color: #3769FD; }
span { border-color: rgb(55,105,253); }
td.TdClassName
{
border-color: #3769FD;
}
.TagClassName
{
border-color: #3769FD;
}
</style>