Shades of Royal Blue #2362DC
Tints of Royal Blue #2362DC
RGB
CMYK
RGB Variations
Color information
#2362DC (or 0x2362DC) is known color: Royal Blue. HEX triplet: 23, 62 and DC. RGB value is (35,98,220). Sum of RGB (Red+Green+Blue) = 35+98+220=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #2362DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2362DC is #DC9D23. Grayscale: #5C5C5C. Windows color (decimal): -14458148 or 14443043. OLE color: 14443043.
HSL color Cylindrical-coordinate representation of color #2362DC: hue angle of 219.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2362DC is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 98 | 220 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.14 |
| HSL | 219.57º | 0.73% | 0.5% | - |
| HSV(B) | 219.57º | 0.84% | 0.86% | - |
| XYZ | 17.98 | 14.26 | 69.52 | - |
| YUV | 93.07 | 199.63 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 220 | 0.84 | 0.55 | 0 | 0.14 | 219.57 | 0.73 | 0.5 |
| Hex | 23 | 62 | DC | 54 | 37 | 0 | E | DC | 49 | 32 |
| Octal | 43 | 142 | 334 | 124 | 67 | 0 | 16 | 334 | 111 | 62 |
| Binary | 100011 | 1100010 | 11011100 | 1010100 | 110111 | 0 | 1110 | 11011100 | 1001001 | 110010 |
Color Harmonies of #2362DC
Complementary color
Monochromatic Colors of #2362DC
Black with #2362DC
Text Example
Text Example
White with #2362DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2362DC; }
p { color: rgb(35,98,220); }
H1.HeaderClassName
{
color: #2362DC;
}
.AnyTagClassName
{
color: #2362DC;
}
</style>
background-color css
<style>
a { background-color: #2362DC; }
a { background-color: rgb(35,98,220); }
div.DivClassName
{
background-color: #2362DC;
}
.BgClassName
{
background-color: #2362DC;
}
</style>
border-color css
<style>
span { border-color: #2362DC; }
span { border-color: rgb(35,98,220); }
td.TdClassName
{
border-color: #2362DC;
}
.TagClassName
{
border-color: #2362DC;
}
</style>