Shades of Persian Blue #262ED8
Tints of Persian Blue #262ED8
RGB
CMYK
RGB Variations
Color information
#262ED8 (or 0x262ED8) is known color: Persian Blue. HEX triplet: 26, 2E and D8. RGB value is (38,46,216). Sum of RGB (Red+Green+Blue) = 38+46+216=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 216 (84.77% from 255 or 72% from 300); Max value from RGB is 216 - color contains mainly: blue. Hex color #262ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262ED8 is #D9D127. Grayscale: #3E3E3E. Windows color (decimal): -14274856 or 14167590. OLE color: 14167590.
HSL color Cylindrical-coordinate representation of color #262ED8: hue angle of 237.3º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #262ED8 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 46 | 216 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.15 |
| HSL | 237.3º | 0.7% | 0.5% | - |
| HSV(B) | 237.3º | 0.82% | 0.85% | - |
| XYZ | 14.17 | 7.32 | 65.63 | - |
| YUV | 62.99 | 214.35 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 216 | 0.82 | 0.79 | 0 | 0.15 | 237.3 | 0.7 | 0.5 |
| Hex | 26 | 2E | D8 | 52 | 4F | 0 | F | ED | 46 | 32 |
| Octal | 46 | 56 | 330 | 122 | 117 | 0 | 17 | 355 | 106 | 62 |
| Binary | 100110 | 101110 | 11011000 | 1010010 | 1001111 | 0 | 1111 | 11101101 | 1000110 | 110010 |
Color Harmonies of #262ED8
Complementary color
Monochromatic Colors of #262ED8
Black with #262ED8
Text Example
Text Example
White with #262ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262ED8; }
p { color: rgb(38,46,216); }
H1.HeaderClassName
{
color: #262ED8;
}
.AnyTagClassName
{
color: #262ED8;
}
</style>
background-color css
<style>
a { background-color: #262ED8; }
a { background-color: rgb(38,46,216); }
div.DivClassName
{
background-color: #262ED8;
}
.BgClassName
{
background-color: #262ED8;
}
</style>
border-color css
<style>
span { border-color: #262ED8; }
span { border-color: rgb(38,46,216); }
td.TdClassName
{
border-color: #262ED8;
}
.TagClassName
{
border-color: #262ED8;
}
</style>