Shades of Persian Blue #262DE6
Tints of Persian Blue #262DE6
RGB
CMYK
RGB Variations
Color information
#262DE6 (or 0x262DE6) is known color: Persian Blue. HEX triplet: 26, 2D and E6. RGB value is (38,45,230). Sum of RGB (Red+Green+Blue) = 38+45+230=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 230 (90.23% from 255 or 73.48% from 313); Max value from RGB is 230 - color contains mainly: blue. Hex color #262DE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #262DE6 is #D9D219. Grayscale: #3F3F3F. Windows color (decimal): -14275098 or 15084838. OLE color: 15084838.
HSL color Cylindrical-coordinate representation of color #262DE6: hue angle of 237.81º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262DE6 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 45 | 230 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.10 |
| HSL | 237.81º | 0.79% | 0.53% | - |
| HSV(B) | 237.81º | 0.83% | 0.9% | - |
| XYZ | 16.02 | 8 | 75.56 | - |
| YUV | 64 | 221.68 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 230 | 0.83 | 0.80 | 0 | 0.10 | 237.81 | 0.79 | 0.53 |
| Hex | 26 | 2D | E6 | 53 | 50 | 0 | A | EE | 4F | 35 |
| Octal | 46 | 55 | 346 | 123 | 120 | 0 | 12 | 356 | 117 | 65 |
| Binary | 100110 | 101101 | 11100110 | 1010011 | 1010000 | 0 | 1010 | 11101110 | 1001111 | 110101 |
Color Harmonies of #262DE6
Complementary color
Monochromatic Colors of #262DE6
Black with #262DE6
Text Example
Text Example
White with #262DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262DE6; }
p { color: rgb(38,45,230); }
H1.HeaderClassName
{
color: #262DE6;
}
.AnyTagClassName
{
color: #262DE6;
}
</style>
background-color css
<style>
a { background-color: #262DE6; }
a { background-color: rgb(38,45,230); }
div.DivClassName
{
background-color: #262DE6;
}
.BgClassName
{
background-color: #262DE6;
}
</style>
border-color css
<style>
span { border-color: #262DE6; }
span { border-color: rgb(38,45,230); }
td.TdClassName
{
border-color: #262DE6;
}
.TagClassName
{
border-color: #262DE6;
}
</style>