Shades of Royal Blue #2365E3
Tints of Royal Blue #2365E3
RGB
CMYK
RGB Variations
Color information
#2365E3 (or 0x2365E3) is known color: Royal Blue. HEX triplet: 23, 65 and E3. RGB value is (35,101,227). Sum of RGB (Red+Green+Blue) = 35+101+227=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 227 (89.06% from 255 or 62.53% from 363); Max value from RGB is 227 - color contains mainly: blue. Hex color #2365E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2365E3 is #DC9A1C. Grayscale: #5F5F5F. Windows color (decimal): -14457373 or 14902563. OLE color: 14902563.
HSL color Cylindrical-coordinate representation of color #2365E3: hue angle of 219.38º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2365E3 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 101 | 227 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.11 |
| HSL | 219.38º | 0.77% | 0.51% | - |
| HSV(B) | 219.38º | 0.85% | 0.89% | - |
| XYZ | 19.21 | 15.21 | 74.6 | - |
| YUV | 95.63 | 202.13 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 227 | 0.85 | 0.56 | 0 | 0.11 | 219.38 | 0.77 | 0.51 |
| Hex | 23 | 65 | E3 | 55 | 38 | 0 | B | DB | 4D | 33 |
| Octal | 43 | 145 | 343 | 125 | 70 | 0 | 13 | 333 | 115 | 63 |
| Binary | 100011 | 1100101 | 11100011 | 1010101 | 111000 | 0 | 1011 | 11011011 | 1001101 | 110011 |
Color Harmonies of #2365E3
Complementary color
Monochromatic Colors of #2365E3
Black with #2365E3
Text Example
Text Example
White with #2365E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2365E3; }
p { color: rgb(35,101,227); }
H1.HeaderClassName
{
color: #2365E3;
}
.AnyTagClassName
{
color: #2365E3;
}
</style>
background-color css
<style>
a { background-color: #2365E3; }
a { background-color: rgb(35,101,227); }
div.DivClassName
{
background-color: #2365E3;
}
.BgClassName
{
background-color: #2365E3;
}
</style>
border-color css
<style>
span { border-color: #2365E3; }
span { border-color: rgb(35,101,227); }
td.TdClassName
{
border-color: #2365E3;
}
.TagClassName
{
border-color: #2365E3;
}
</style>