Shades of Medium Blue #261CDE
Tints of Medium Blue #261CDE
RGB
CMYK
RGB Variations
Color information
#261CDE (or 0x261CDE) is known color: Medium Blue. HEX triplet: 26, 1C and DE. RGB value is (38,28,222). Sum of RGB (Red+Green+Blue) = 38+28+222=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 222 (87.11% from 255 or 77.08% from 288); Max value from RGB is 222 - color contains mainly: blue. Hex color #261CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261CDE is #D9E321. Grayscale: #343434. Windows color (decimal): -14279458 or 14556198. OLE color: 14556198.
HSL color Cylindrical-coordinate representation of color #261CDE: hue angle of 243.09º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261CDE is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 28 | 222 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.13 |
| HSL | 243.09º | 0.78% | 0.49% | - |
| HSV(B) | 243.09º | 0.87% | 0.87% | - |
| XYZ | 14.4 | 6.52 | 69.61 | - |
| YUV | 53.11 | 223.31 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 222 | 0.83 | 0.87 | 0 | 0.13 | 243.09 | 0.78 | 0.49 |
| Hex | 26 | 1C | DE | 53 | 57 | 0 | D | F3 | 4E | 31 |
| Octal | 46 | 34 | 336 | 123 | 127 | 0 | 15 | 363 | 116 | 61 |
| Binary | 100110 | 11100 | 11011110 | 1010011 | 1010111 | 0 | 1101 | 11110011 | 1001110 | 110001 |
Color Harmonies of #261CDE
Complementary color
Monochromatic Colors of #261CDE
Black with #261CDE
Text Example
Text Example
White with #261CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261CDE; }
p { color: rgb(38,28,222); }
H1.HeaderClassName
{
color: #261CDE;
}
.AnyTagClassName
{
color: #261CDE;
}
</style>
background-color css
<style>
a { background-color: #261CDE; }
a { background-color: rgb(38,28,222); }
div.DivClassName
{
background-color: #261CDE;
}
.BgClassName
{
background-color: #261CDE;
}
</style>
border-color css
<style>
span { border-color: #261CDE; }
span { border-color: rgb(38,28,222); }
td.TdClassName
{
border-color: #261CDE;
}
.TagClassName
{
border-color: #261CDE;
}
</style>