Shades of Royal Blue #2360E4
Tints of Royal Blue #2360E4
RGB
CMYK
RGB Variations
Color information
#2360E4 (or 0x2360E4) is known color: Royal Blue. HEX triplet: 23, 60 and E4. RGB value is (35,96,228). Sum of RGB (Red+Green+Blue) = 35+96+228=359 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.75% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 228 (89.45% from 255 or 63.51% from 359); Max value from RGB is 228 - color contains mainly: blue. Hex color #2360E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2360E4 is #DC9F1B. Grayscale: #5C5C5C. Windows color (decimal): -14458652 or 14966819. OLE color: 14966819.
HSL color Cylindrical-coordinate representation of color #2360E4: hue angle of 221.04º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2360E4 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 96 | 228 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.11 |
| HSL | 221.04º | 0.78% | 0.52% | - |
| HSV(B) | 221.04º | 0.85% | 0.89% | - |
| XYZ | 18.88 | 14.32 | 75.17 | - |
| YUV | 92.81 | 204.29 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 228 | 0.85 | 0.58 | 0 | 0.11 | 221.04 | 0.78 | 0.52 |
| Hex | 23 | 60 | E4 | 55 | 3A | 0 | B | DD | 4E | 34 |
| Octal | 43 | 140 | 344 | 125 | 72 | 0 | 13 | 335 | 116 | 64 |
| Binary | 100011 | 1100000 | 11100100 | 1010101 | 111010 | 0 | 1011 | 11011101 | 1001110 | 110100 |
Color Harmonies of #2360E4
Complementary color
Monochromatic Colors of #2360E4
Black with #2360E4
Text Example
Text Example
White with #2360E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2360E4; }
p { color: rgb(35,96,228); }
H1.HeaderClassName
{
color: #2360E4;
}
.AnyTagClassName
{
color: #2360E4;
}
</style>
background-color css
<style>
a { background-color: #2360E4; }
a { background-color: rgb(35,96,228); }
div.DivClassName
{
background-color: #2360E4;
}
.BgClassName
{
background-color: #2360E4;
}
</style>
border-color css
<style>
span { border-color: #2360E4; }
span { border-color: rgb(35,96,228); }
td.TdClassName
{
border-color: #2360E4;
}
.TagClassName
{
border-color: #2360E4;
}
</style>