Shades of Royal Blue #3675D0
Tints of Royal Blue #3675D0
RGB
CMYK
RGB Variations
Color information
#3675D0 (or 0x3675D0) is known color: Royal Blue. HEX triplet: 36, 75 and D0. RGB value is (54,117,208). Sum of RGB (Red+Green+Blue) = 54+117+208=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #3675D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3675D0 is #C98A2F. Grayscale: #6C6C6C. Windows color (decimal): -13208112 or 13661494. OLE color: 13661494.
HSL color Cylindrical-coordinate representation of color #3675D0: hue angle of 215.45º 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 #3675D0 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 117 | 208 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.18 |
| HSL | 215.45º | 0.62% | 0.51% | - |
| HSV(B) | 215.45º | 0.74% | 0.82% | - |
| XYZ | 19.27 | 18.06 | 62.15 | - |
| YUV | 108.54 | 184.13 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 208 | 0.74 | 0.44 | 0 | 0.18 | 215.45 | 0.62 | 0.51 |
| Hex | 36 | 75 | D0 | 4A | 2C | 0 | 12 | D7 | 3E | 33 |
| Octal | 66 | 165 | 320 | 112 | 54 | 0 | 22 | 327 | 76 | 63 |
| Binary | 110110 | 1110101 | 11010000 | 1001010 | 101100 | 0 | 10010 | 11010111 | 111110 | 110011 |
Color Harmonies of #3675D0
Complementary color
Monochromatic Colors of #3675D0
Black with #3675D0
Text Example
Text Example
White with #3675D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3675D0; }
p { color: rgb(54,117,208); }
H1.HeaderClassName
{
color: #3675D0;
}
.AnyTagClassName
{
color: #3675D0;
}
</style>
background-color css
<style>
a { background-color: #3675D0; }
a { background-color: rgb(54,117,208); }
div.DivClassName
{
background-color: #3675D0;
}
.BgClassName
{
background-color: #3675D0;
}
</style>
border-color css
<style>
span { border-color: #3675D0; }
span { border-color: rgb(54,117,208); }
td.TdClassName
{
border-color: #3675D0;
}
.TagClassName
{
border-color: #3675D0;
}
</style>