Shades of Royal Blue #3769FA
Tints of Royal Blue #3769FA
RGB
CMYK
RGB Variations
Color information
#3769FA (or 0x3769FA) is known color: Royal Blue. HEX triplet: 37, 69 and FA. RGB value is (55,105,250). Sum of RGB (Red+Green+Blue) = 55+105+250=410 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.41% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #3769FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3769FA is #C89605. Grayscale: #696969. Windows color (decimal): -13145606 or 16410935. OLE color: 16410935.
HSL color Cylindrical-coordinate representation of color #3769FA: hue angle of 224.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3769FA is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 105 | 250 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.02 |
| HSL | 224.62º | 0.95% | 0.6% | - |
| HSV(B) | 224.62º | 0.78% | 0.98% | - |
| XYZ | 23.88 | 17.82 | 92.62 | - |
| YUV | 106.58 | 208.94 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 250 | 0.78 | 0.58 | 0 | 0.02 | 224.62 | 0.95 | 0.6 |
| Hex | 37 | 69 | FA | 4E | 3A | 0 | 2 | E1 | 5F | 3C |
| Octal | 67 | 151 | 372 | 116 | 72 | 0 | 2 | 341 | 137 | 74 |
| Binary | 110111 | 1101001 | 11111010 | 1001110 | 111010 | 0 | 10 | 11100001 | 1011111 | 111100 |
Color Harmonies of #3769FA
Complementary color
Monochromatic Colors of #3769FA
Black with #3769FA
Text Example
Text Example
White with #3769FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3769FA; }
p { color: rgb(55,105,250); }
H1.HeaderClassName
{
color: #3769FA;
}
.AnyTagClassName
{
color: #3769FA;
}
</style>
background-color css
<style>
a { background-color: #3769FA; }
a { background-color: rgb(55,105,250); }
div.DivClassName
{
background-color: #3769FA;
}
.BgClassName
{
background-color: #3769FA;
}
</style>
border-color css
<style>
span { border-color: #3769FA; }
span { border-color: rgb(55,105,250); }
td.TdClassName
{
border-color: #3769FA;
}
.TagClassName
{
border-color: #3769FA;
}
</style>