Shades of Royal Blue #2652EA
Tints of Royal Blue #2652EA
RGB
CMYK
RGB Variations
Color information
#2652EA (or 0x2652EA) is known color: Royal Blue. HEX triplet: 26, 52 and EA. RGB value is (38,82,234). Sum of RGB (Red+Green+Blue) = 38+82+234=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #2652EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2652EA is #D9AD15. Grayscale: #555555. Windows color (decimal): -14265622 or 15356454. OLE color: 15356454.
HSL color Cylindrical-coordinate representation of color #2652EA: hue angle of 226.53º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2652EA is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 82 | 234 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.08 |
| HSL | 226.53º | 0.82% | 0.53% | - |
| HSV(B) | 226.53º | 0.84% | 0.92% | - |
| XYZ | 18.67 | 12.39 | 79.25 | - |
| YUV | 86.17 | 211.42 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 234 | 0.84 | 0.65 | 0 | 0.08 | 226.53 | 0.82 | 0.53 |
| Hex | 26 | 52 | EA | 54 | 41 | 0 | 8 | E3 | 52 | 35 |
| Octal | 46 | 122 | 352 | 124 | 101 | 0 | 10 | 343 | 122 | 65 |
| Binary | 100110 | 1010010 | 11101010 | 1010100 | 1000001 | 0 | 1000 | 11100011 | 1010010 | 110101 |
Color Harmonies of #2652EA
Complementary color
Monochromatic Colors of #2652EA
Black with #2652EA
Text Example
Text Example
White with #2652EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2652EA; }
p { color: rgb(38,82,234); }
H1.HeaderClassName
{
color: #2652EA;
}
.AnyTagClassName
{
color: #2652EA;
}
</style>
background-color css
<style>
a { background-color: #2652EA; }
a { background-color: rgb(38,82,234); }
div.DivClassName
{
background-color: #2652EA;
}
.BgClassName
{
background-color: #2652EA;
}
</style>
border-color css
<style>
span { border-color: #2652EA; }
span { border-color: rgb(38,82,234); }
td.TdClassName
{
border-color: #2652EA;
}
.TagClassName
{
border-color: #2652EA;
}
</style>