Shades of Persian Blue #262CEC
Tints of Persian Blue #262CEC
RGB
CMYK
RGB Variations
Color information
#262CEC (or 0x262CEC) is known color: Persian Blue. HEX triplet: 26, 2C and EC. RGB value is (38,44,236). Sum of RGB (Red+Green+Blue) = 38+44+236=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #262CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #262CEC is #D9D313. Grayscale: #3F3F3F. Windows color (decimal): -14275348 or 15477798. OLE color: 15477798.
HSL color Cylindrical-coordinate representation of color #262CEC: hue angle of 238.18º 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 #262CEC is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 44 | 236 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.07 |
| HSL | 238.18º | 0.84% | 0.54% | - |
| HSV(B) | 238.18º | 0.84% | 0.93% | - |
| XYZ | 16.84 | 8.27 | 80.07 | - |
| YUV | 64.09 | 225.01 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 236 | 0.84 | 0.81 | 0 | 0.07 | 238.18 | 0.84 | 0.54 |
| Hex | 26 | 2C | EC | 54 | 51 | 0 | 7 | EE | 54 | 36 |
| Octal | 46 | 54 | 354 | 124 | 121 | 0 | 7 | 356 | 124 | 66 |
| Binary | 100110 | 101100 | 11101100 | 1010100 | 1010001 | 0 | 111 | 11101110 | 1010100 | 110110 |
Color Harmonies of #262CEC
Complementary color
Monochromatic Colors of #262CEC
Black with #262CEC
Text Example
Text Example
White with #262CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262CEC; }
p { color: rgb(38,44,236); }
H1.HeaderClassName
{
color: #262CEC;
}
.AnyTagClassName
{
color: #262CEC;
}
</style>
background-color css
<style>
a { background-color: #262CEC; }
a { background-color: rgb(38,44,236); }
div.DivClassName
{
background-color: #262CEC;
}
.BgClassName
{
background-color: #262CEC;
}
</style>
border-color css
<style>
span { border-color: #262CEC; }
span { border-color: rgb(38,44,236); }
td.TdClassName
{
border-color: #262CEC;
}
.TagClassName
{
border-color: #262CEC;
}
</style>