Shades of Royal Blue #3451E5
Tints of Royal Blue #3451E5
RGB
CMYK
RGB Variations
Color information
#3451E5 (or 0x3451E5) is known color: Royal Blue. HEX triplet: 34, 51 and E5. RGB value is (52,81,229). Sum of RGB (Red+Green+Blue) = 52+81+229=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 229 (89.84% from 255 or 63.26% from 362); Max value from RGB is 229 - color contains mainly: blue. Hex color #3451E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3451E5 is #CBAE1A. Grayscale: #585858. Windows color (decimal): -13348379 or 15028532. OLE color: 15028532.
HSL color Cylindrical-coordinate representation of color #3451E5: hue angle of 230.17º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3451E5 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 81 | 229 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.10 |
| HSL | 230.17º | 0.77% | 0.55% | - |
| HSV(B) | 230.17º | 0.77% | 0.9% | - |
| XYZ | 18.5 | 12.27 | 75.52 | - |
| YUV | 89.2 | 206.89 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 229 | 0.77 | 0.65 | 0 | 0.10 | 230.17 | 0.77 | 0.55 |
| Hex | 34 | 51 | E5 | 4D | 41 | 0 | A | E6 | 4D | 37 |
| Octal | 64 | 121 | 345 | 115 | 101 | 0 | 12 | 346 | 115 | 67 |
| Binary | 110100 | 1010001 | 11100101 | 1001101 | 1000001 | 0 | 1010 | 11100110 | 1001101 | 110111 |
Color Harmonies of #3451E5
Complementary color
Monochromatic Colors of #3451E5
Black with #3451E5
Text Example
Text Example
White with #3451E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3451E5; }
p { color: rgb(52,81,229); }
H1.HeaderClassName
{
color: #3451E5;
}
.AnyTagClassName
{
color: #3451E5;
}
</style>
background-color css
<style>
a { background-color: #3451E5; }
a { background-color: rgb(52,81,229); }
div.DivClassName
{
background-color: #3451E5;
}
.BgClassName
{
background-color: #3451E5;
}
</style>
border-color css
<style>
span { border-color: #3451E5; }
span { border-color: rgb(52,81,229); }
td.TdClassName
{
border-color: #3451E5;
}
.TagClassName
{
border-color: #3451E5;
}
</style>