Shades of Royal Blue #2367DE
Tints of Royal Blue #2367DE
RGB
CMYK
RGB Variations
Color information
#2367DE (or 0x2367DE) is known color: Royal Blue. HEX triplet: 23, 67 and DE. RGB value is (35,103,222). Sum of RGB (Red+Green+Blue) = 35+103+222=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #2367DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2367DE is #DC9821. Grayscale: #5F5F5F. Windows color (decimal): -14456866 or 14575395. OLE color: 14575395.
HSL color Cylindrical-coordinate representation of color #2367DE: hue angle of 218.18º degrees, saturation: 0.74, 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 #2367DE is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 103 | 222 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.13 |
| HSL | 218.18º | 0.74% | 0.5% | - |
| HSV(B) | 218.18º | 0.84% | 0.87% | - |
| XYZ | 18.73 | 15.33 | 71.08 | - |
| YUV | 96.23 | 198.97 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 103 | 222 | 0.84 | 0.54 | 0 | 0.13 | 218.18 | 0.74 | 0.5 |
| Hex | 23 | 67 | DE | 54 | 36 | 0 | D | DA | 4A | 32 |
| Octal | 43 | 147 | 336 | 124 | 66 | 0 | 15 | 332 | 112 | 62 |
| Binary | 100011 | 1100111 | 11011110 | 1010100 | 110110 | 0 | 1101 | 11011010 | 1001010 | 110010 |
Color Harmonies of #2367DE
Complementary color
Monochromatic Colors of #2367DE
Black with #2367DE
Text Example
Text Example
White with #2367DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2367DE; }
p { color: rgb(35,103,222); }
H1.HeaderClassName
{
color: #2367DE;
}
.AnyTagClassName
{
color: #2367DE;
}
</style>
background-color css
<style>
a { background-color: #2367DE; }
a { background-color: rgb(35,103,222); }
div.DivClassName
{
background-color: #2367DE;
}
.BgClassName
{
background-color: #2367DE;
}
</style>
border-color css
<style>
span { border-color: #2367DE; }
span { border-color: rgb(35,103,222); }
td.TdClassName
{
border-color: #2367DE;
}
.TagClassName
{
border-color: #2367DE;
}
</style>