Shades of Persian Blue #262DEC
Tints of Persian Blue #262DEC
RGB
CMYK
RGB Variations
Color information
#262DEC (or 0x262DEC) is known color: Persian Blue. HEX triplet: 26, 2D and EC. RGB value is (38,45,236). Sum of RGB (Red+Green+Blue) = 38+45+236=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #262DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #262DEC is #D9D213. Grayscale: #3F3F3F. Windows color (decimal): -14275092 or 15478054. OLE color: 15478054.
HSL color Cylindrical-coordinate representation of color #262DEC: hue angle of 237.88º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #262DEC is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 45 | 236 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.07 |
| HSL | 237.88º | 0.84% | 0.54% | - |
| HSV(B) | 237.88º | 0.84% | 0.93% | - |
| XYZ | 16.88 | 8.34 | 80.08 | - |
| YUV | 64.68 | 224.68 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 236 | 0.84 | 0.81 | 0 | 0.07 | 237.88 | 0.84 | 0.54 |
| Hex | 26 | 2D | EC | 54 | 51 | 0 | 7 | EE | 54 | 36 |
| Octal | 46 | 55 | 354 | 124 | 121 | 0 | 7 | 356 | 124 | 66 |
| Binary | 100110 | 101101 | 11101100 | 1010100 | 1010001 | 0 | 111 | 11101110 | 1010100 | 110110 |
Color Harmonies of #262DEC
Complementary color
Monochromatic Colors of #262DEC
Black with #262DEC
Text Example
Text Example
White with #262DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262DEC; }
p { color: rgb(38,45,236); }
H1.HeaderClassName
{
color: #262DEC;
}
.AnyTagClassName
{
color: #262DEC;
}
</style>
background-color css
<style>
a { background-color: #262DEC; }
a { background-color: rgb(38,45,236); }
div.DivClassName
{
background-color: #262DEC;
}
.BgClassName
{
background-color: #262DEC;
}
</style>
border-color css
<style>
span { border-color: #262DEC; }
span { border-color: rgb(38,45,236); }
td.TdClassName
{
border-color: #262DEC;
}
.TagClassName
{
border-color: #262DEC;
}
</style>