Shades of Royal Blue #3675EB
Tints of Royal Blue #3675EB
RGB
CMYK
RGB Variations
Color information
#3675EB (or 0x3675EB) is known color: Royal Blue. HEX triplet: 36, 75 and EB. RGB value is (54,117,235). Sum of RGB (Red+Green+Blue) = 54+117+235=406 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.30% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #3675EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3675EB is #C98A14. Grayscale: #6F6F6F. Windows color (decimal): -13208085 or 15430966. OLE color: 15430966.
HSL color Cylindrical-coordinate representation of color #3675EB: hue angle of 219.12º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3675EB is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 117 | 235 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.08 |
| HSL | 219.12º | 0.82% | 0.57% | - |
| HSV(B) | 219.12º | 0.77% | 0.92% | - |
| XYZ | 22.88 | 19.51 | 81.16 | - |
| YUV | 111.62 | 197.63 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 235 | 0.77 | 0.50 | 0 | 0.08 | 219.12 | 0.82 | 0.57 |
| Hex | 36 | 75 | EB | 4D | 32 | 0 | 8 | DB | 52 | 39 |
| Octal | 66 | 165 | 353 | 115 | 62 | 0 | 10 | 333 | 122 | 71 |
| Binary | 110110 | 1110101 | 11101011 | 1001101 | 110010 | 0 | 1000 | 11011011 | 1010010 | 111001 |
Color Harmonies of #3675EB
Complementary color
Monochromatic Colors of #3675EB
Black with #3675EB
Text Example
Text Example
White with #3675EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3675EB; }
p { color: rgb(54,117,235); }
H1.HeaderClassName
{
color: #3675EB;
}
.AnyTagClassName
{
color: #3675EB;
}
</style>
background-color css
<style>
a { background-color: #3675EB; }
a { background-color: rgb(54,117,235); }
div.DivClassName
{
background-color: #3675EB;
}
.BgClassName
{
background-color: #3675EB;
}
</style>
border-color css
<style>
span { border-color: #3675EB; }
span { border-color: rgb(54,117,235); }
td.TdClassName
{
border-color: #3675EB;
}
.TagClassName
{
border-color: #3675EB;
}
</style>