Shades of Royal Blue #2362DD
Tints of Royal Blue #2362DD
RGB
CMYK
RGB Variations
Color information
#2362DD (or 0x2362DD) is known color: Royal Blue. HEX triplet: 23, 62 and DD. RGB value is (35,98,221). Sum of RGB (Red+Green+Blue) = 35+98+221=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #2362DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2362DD is #DC9D22. Grayscale: #5C5C5C. Windows color (decimal): -14458147 or 14508579. OLE color: 14508579.
HSL color Cylindrical-coordinate representation of color #2362DD: hue angle of 219.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2362DD is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 98 | 221 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.13 |
| HSL | 219.68º | 0.73% | 0.5% | - |
| HSV(B) | 219.68º | 0.84% | 0.87% | - |
| XYZ | 18.11 | 14.31 | 70.21 | - |
| YUV | 93.19 | 200.13 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 221 | 0.84 | 0.56 | 0 | 0.13 | 219.68 | 0.73 | 0.5 |
| Hex | 23 | 62 | DD | 54 | 38 | 0 | D | DC | 49 | 32 |
| Octal | 43 | 142 | 335 | 124 | 70 | 0 | 15 | 334 | 111 | 62 |
| Binary | 100011 | 1100010 | 11011101 | 1010100 | 111000 | 0 | 1101 | 11011100 | 1001001 | 110010 |
Color Harmonies of #2362DD
Complementary color
Monochromatic Colors of #2362DD
Black with #2362DD
Text Example
Text Example
White with #2362DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2362DD; }
p { color: rgb(35,98,221); }
H1.HeaderClassName
{
color: #2362DD;
}
.AnyTagClassName
{
color: #2362DD;
}
</style>
background-color css
<style>
a { background-color: #2362DD; }
a { background-color: rgb(35,98,221); }
div.DivClassName
{
background-color: #2362DD;
}
.BgClassName
{
background-color: #2362DD;
}
</style>
border-color css
<style>
span { border-color: #2362DD; }
span { border-color: rgb(35,98,221); }
td.TdClassName
{
border-color: #2362DD;
}
.TagClassName
{
border-color: #2362DD;
}
</style>