Shades of Royal Blue #2376DF
Tints of Royal Blue #2376DF
RGB
CMYK
RGB Variations
Color information
#2376DF (or 0x2376DF) is known color: Royal Blue. HEX triplet: 23, 76 and DF. RGB value is (35,118,223). Sum of RGB (Red+Green+Blue) = 35+118+223=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #2376DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2376DF is #DC8920. Grayscale: #686868. Windows color (decimal): -14453025 or 14644771. OLE color: 14644771.
HSL color Cylindrical-coordinate representation of color #2376DF: hue angle of 213.51º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2376DF is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 118 | 223 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.13 |
| HSL | 213.51º | 0.75% | 0.51% | - |
| HSV(B) | 213.51º | 0.84% | 0.87% | - |
| XYZ | 20.49 | 18.64 | 72.33 | - |
| YUV | 105.15 | 194.5 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 223 | 0.84 | 0.47 | 0 | 0.13 | 213.51 | 0.75 | 0.51 |
| Hex | 23 | 76 | DF | 54 | 2F | 0 | D | D6 | 4B | 33 |
| Octal | 43 | 166 | 337 | 124 | 57 | 0 | 15 | 326 | 113 | 63 |
| Binary | 100011 | 1110110 | 11011111 | 1010100 | 101111 | 0 | 1101 | 11010110 | 1001011 | 110011 |
Color Harmonies of #2376DF
Complementary color
Monochromatic Colors of #2376DF
Black with #2376DF
Text Example
Text Example
White with #2376DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2376DF; }
p { color: rgb(35,118,223); }
H1.HeaderClassName
{
color: #2376DF;
}
.AnyTagClassName
{
color: #2376DF;
}
</style>
background-color css
<style>
a { background-color: #2376DF; }
a { background-color: rgb(35,118,223); }
div.DivClassName
{
background-color: #2376DF;
}
.BgClassName
{
background-color: #2376DF;
}
</style>
border-color css
<style>
span { border-color: #2376DF; }
span { border-color: rgb(35,118,223); }
td.TdClassName
{
border-color: #2376DF;
}
.TagClassName
{
border-color: #2376DF;
}
</style>