Shades of Royal Blue #3676D0
Tints of Royal Blue #3676D0
RGB
CMYK
RGB Variations
Color information
#3676D0 (or 0x3676D0) is known color: Royal Blue. HEX triplet: 36, 76 and D0. RGB value is (54,118,208). Sum of RGB (Red+Green+Blue) = 54+118+208=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 208 (81.64% from 255 or 54.74% from 380); Max value from RGB is 208 - color contains mainly: blue. Hex color #3676D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3676D0 is #C9892F. Grayscale: #6C6C6C. Windows color (decimal): -13207856 or 13661750. OLE color: 13661750.
HSL color Cylindrical-coordinate representation of color #3676D0: hue angle of 215.06º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3676D0 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 118 | 208 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.18 |
| HSL | 215.06º | 0.62% | 0.51% | - |
| HSV(B) | 215.06º | 0.74% | 0.82% | - |
| XYZ | 19.38 | 18.3 | 62.18 | - |
| YUV | 109.12 | 183.8 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 208 | 0.74 | 0.43 | 0 | 0.18 | 215.06 | 0.62 | 0.51 |
| Hex | 36 | 76 | D0 | 4A | 2B | 0 | 12 | D7 | 3E | 33 |
| Octal | 66 | 166 | 320 | 112 | 53 | 0 | 22 | 327 | 76 | 63 |
| Binary | 110110 | 1110110 | 11010000 | 1001010 | 101011 | 0 | 10010 | 11010111 | 111110 | 110011 |
Color Harmonies of #3676D0
Complementary color
Monochromatic Colors of #3676D0
Black with #3676D0
Text Example
Text Example
White with #3676D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3676D0; }
p { color: rgb(54,118,208); }
H1.HeaderClassName
{
color: #3676D0;
}
.AnyTagClassName
{
color: #3676D0;
}
</style>
background-color css
<style>
a { background-color: #3676D0; }
a { background-color: rgb(54,118,208); }
div.DivClassName
{
background-color: #3676D0;
}
.BgClassName
{
background-color: #3676D0;
}
</style>
border-color css
<style>
span { border-color: #3676D0; }
span { border-color: rgb(54,118,208); }
td.TdClassName
{
border-color: #3676D0;
}
.TagClassName
{
border-color: #3676D0;
}
</style>