Shades of Royal Blue #3676FA
Tints of Royal Blue #3676FA
RGB
CMYK
RGB Variations
Color information
#3676FA (or 0x3676FA) is known color: Royal Blue. HEX triplet: 36, 76 and FA. RGB value is (54,118,250). Sum of RGB (Red+Green+Blue) = 54+118+250=422 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.80% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #3676FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3676FA is #C98905. Grayscale: #717171. Windows color (decimal): -13207814 or 16414262. OLE color: 16414262.
HSL color Cylindrical-coordinate representation of color #3676FA: hue angle of 220.41º 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 #3676FA is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 118 | 250 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.02 |
| HSL | 220.41º | 0.95% | 0.6% | - |
| HSV(B) | 220.41º | 0.78% | 0.98% | - |
| XYZ | 25.26 | 20.64 | 93.1 | - |
| YUV | 113.91 | 204.8 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 250 | 0.78 | 0.53 | 0 | 0.02 | 220.41 | 0.95 | 0.6 |
| Hex | 36 | 76 | FA | 4E | 35 | 0 | 2 | DC | 5F | 3C |
| Octal | 66 | 166 | 372 | 116 | 65 | 0 | 2 | 334 | 137 | 74 |
| Binary | 110110 | 1110110 | 11111010 | 1001110 | 110101 | 0 | 10 | 11011100 | 1011111 | 111100 |
Color Harmonies of #3676FA
Complementary color
Monochromatic Colors of #3676FA
Black with #3676FA
Text Example
Text Example
White with #3676FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3676FA; }
p { color: rgb(54,118,250); }
H1.HeaderClassName
{
color: #3676FA;
}
.AnyTagClassName
{
color: #3676FA;
}
</style>
background-color css
<style>
a { background-color: #3676FA; }
a { background-color: rgb(54,118,250); }
div.DivClassName
{
background-color: #3676FA;
}
.BgClassName
{
background-color: #3676FA;
}
</style>
border-color css
<style>
span { border-color: #3676FA; }
span { border-color: rgb(54,118,250); }
td.TdClassName
{
border-color: #3676FA;
}
.TagClassName
{
border-color: #3676FA;
}
</style>