Shades of Royal Blue #2360DD
Tints of Royal Blue #2360DD
RGB
CMYK
RGB Variations
Color information
#2360DD (or 0x2360DD) is known color: Royal Blue. HEX triplet: 23, 60 and DD. RGB value is (35,96,221). Sum of RGB (Red+Green+Blue) = 35+96+221=352 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.94% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #2360DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2360DD is #DC9F22. Grayscale: #5B5B5B. Windows color (decimal): -14458659 or 14508067. OLE color: 14508067.
HSL color Cylindrical-coordinate representation of color #2360DD: hue angle of 220.32º 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 #2360DD is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 96 | 221 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.13 |
| HSL | 220.32º | 0.73% | 0.5% | - |
| HSV(B) | 220.32º | 0.84% | 0.87% | - |
| XYZ | 17.93 | 13.94 | 70.15 | - |
| YUV | 92.01 | 200.79 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 221 | 0.84 | 0.57 | 0 | 0.13 | 220.32 | 0.73 | 0.5 |
| Hex | 23 | 60 | DD | 54 | 39 | 0 | D | DC | 49 | 32 |
| Octal | 43 | 140 | 335 | 124 | 71 | 0 | 15 | 334 | 111 | 62 |
| Binary | 100011 | 1100000 | 11011101 | 1010100 | 111001 | 0 | 1101 | 11011100 | 1001001 | 110010 |
Color Harmonies of #2360DD
Complementary color
Monochromatic Colors of #2360DD
Black with #2360DD
Text Example
Text Example
White with #2360DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2360DD; }
p { color: rgb(35,96,221); }
H1.HeaderClassName
{
color: #2360DD;
}
.AnyTagClassName
{
color: #2360DD;
}
</style>
background-color css
<style>
a { background-color: #2360DD; }
a { background-color: rgb(35,96,221); }
div.DivClassName
{
background-color: #2360DD;
}
.BgClassName
{
background-color: #2360DD;
}
</style>
border-color css
<style>
span { border-color: #2360DD; }
span { border-color: rgb(35,96,221); }
td.TdClassName
{
border-color: #2360DD;
}
.TagClassName
{
border-color: #2360DD;
}
</style>