Shades of Royal Blue #2C61E5
Tints of Royal Blue #2C61E5
RGB
CMYK
RGB Variations
Color information
#2C61E5 (or 0x2C61E5) is known color: Royal Blue. HEX triplet: 2C, 61 and E5. RGB value is (44,97,229). Sum of RGB (Red+Green+Blue) = 44+97+229=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 229 (89.84% from 255 or 61.89% from 370); Max value from RGB is 229 - color contains mainly: blue. Hex color #2C61E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C61E5 is #D39E1A. Grayscale: #5F5F5F. Windows color (decimal): -13868571 or 15032620. OLE color: 15032620.
HSL color Cylindrical-coordinate representation of color #2C61E5: hue angle of 222.81º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C61E5 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 97 | 229 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.10 |
| HSL | 222.81º | 0.78% | 0.54% | - |
| HSV(B) | 222.81º | 0.81% | 0.9% | - |
| XYZ | 19.46 | 14.74 | 75.95 | - |
| YUV | 96.2 | 202.94 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 229 | 0.81 | 0.58 | 0 | 0.10 | 222.81 | 0.78 | 0.54 |
| Hex | 2C | 61 | E5 | 51 | 3A | 0 | A | DF | 4E | 36 |
| Octal | 54 | 141 | 345 | 121 | 72 | 0 | 12 | 337 | 116 | 66 |
| Binary | 101100 | 1100001 | 11100101 | 1010001 | 111010 | 0 | 1010 | 11011111 | 1001110 | 110110 |
Color Harmonies of #2C61E5
Complementary color
Monochromatic Colors of #2C61E5
Black with #2C61E5
Text Example
Text Example
White with #2C61E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C61E5; }
p { color: rgb(44,97,229); }
H1.HeaderClassName
{
color: #2C61E5;
}
.AnyTagClassName
{
color: #2C61E5;
}
</style>
background-color css
<style>
a { background-color: #2C61E5; }
a { background-color: rgb(44,97,229); }
div.DivClassName
{
background-color: #2C61E5;
}
.BgClassName
{
background-color: #2C61E5;
}
</style>
border-color css
<style>
span { border-color: #2C61E5; }
span { border-color: rgb(44,97,229); }
td.TdClassName
{
border-color: #2C61E5;
}
.TagClassName
{
border-color: #2C61E5;
}
</style>