Shades of Royal Blue #2362EA
Tints of Royal Blue #2362EA
RGB
CMYK
RGB Variations
Color information
#2362EA (or 0x2362EA) is known color: Royal Blue. HEX triplet: 23, 62 and EA. RGB value is (35,98,234). Sum of RGB (Red+Green+Blue) = 35+98+234=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #2362EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2362EA is #DC9D15. Grayscale: #5E5E5E. Windows color (decimal): -14458134 or 15360547. OLE color: 15360547.
HSL color Cylindrical-coordinate representation of color #2362EA: hue angle of 221.01º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2362EA is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 98 | 234 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.08 |
| HSL | 221.01º | 0.83% | 0.53% | - |
| HSV(B) | 221.01º | 0.85% | 0.92% | - |
| XYZ | 19.91 | 15.03 | 79.69 | - |
| YUV | 94.67 | 206.63 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 234 | 0.85 | 0.58 | 0 | 0.08 | 221.01 | 0.83 | 0.53 |
| Hex | 23 | 62 | EA | 55 | 3A | 0 | 8 | DD | 53 | 35 |
| Octal | 43 | 142 | 352 | 125 | 72 | 0 | 10 | 335 | 123 | 65 |
| Binary | 100011 | 1100010 | 11101010 | 1010101 | 111010 | 0 | 1000 | 11011101 | 1010011 | 110101 |
Color Harmonies of #2362EA
Complementary color
Monochromatic Colors of #2362EA
Black with #2362EA
Text Example
Text Example
White with #2362EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2362EA; }
p { color: rgb(35,98,234); }
H1.HeaderClassName
{
color: #2362EA;
}
.AnyTagClassName
{
color: #2362EA;
}
</style>
background-color css
<style>
a { background-color: #2362EA; }
a { background-color: rgb(35,98,234); }
div.DivClassName
{
background-color: #2362EA;
}
.BgClassName
{
background-color: #2362EA;
}
</style>
border-color css
<style>
span { border-color: #2362EA; }
span { border-color: rgb(35,98,234); }
td.TdClassName
{
border-color: #2362EA;
}
.TagClassName
{
border-color: #2362EA;
}
</style>