Shades of Persian Blue #262BA9
Tints of Persian Blue #262BA9
RGB
CMYK
RGB Variations
Color information
#262BA9 (or 0x262BA9) is known color: Persian Blue. HEX triplet: 26, 2B and A9. RGB value is (38,43,169). Sum of RGB (Red+Green+Blue) = 38+43+169=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 169 (66.41% from 255 or 67.6% from 250); Max value from RGB is 169 - color contains mainly: blue. Hex color #262BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262BA9 is #D9D456. Grayscale: #373737. Windows color (decimal): -14275671 or 11086630. OLE color: 11086630.
HSL color Cylindrical-coordinate representation of color #262BA9: hue angle of 237.71º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #262BA9 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 43 | 169 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.34 |
| HSL | 237.71º | 0.63% | 0.41% | - |
| HSV(B) | 237.71º | 0.78% | 0.66% | - |
| XYZ | 8.82 | 5 | 38.04 | - |
| YUV | 55.87 | 191.84 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 169 | 0.78 | 0.75 | 0 | 0.34 | 237.71 | 0.63 | 0.41 |
| Hex | 26 | 2B | A9 | 4E | 4B | 0 | 22 | EE | 3F | 29 |
| Octal | 46 | 53 | 251 | 116 | 113 | 0 | 42 | 356 | 77 | 51 |
| Binary | 100110 | 101011 | 10101001 | 1001110 | 1001011 | 0 | 100010 | 11101110 | 111111 | 101001 |
Color Harmonies of #262BA9
Complementary color
Monochromatic Colors of #262BA9
Black with #262BA9
Text Example
Text Example
White with #262BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262BA9; }
p { color: rgb(38,43,169); }
H1.HeaderClassName
{
color: #262BA9;
}
.AnyTagClassName
{
color: #262BA9;
}
</style>
background-color css
<style>
a { background-color: #262BA9; }
a { background-color: rgb(38,43,169); }
div.DivClassName
{
background-color: #262BA9;
}
.BgClassName
{
background-color: #262BA9;
}
</style>
border-color css
<style>
span { border-color: #262BA9; }
span { border-color: rgb(38,43,169); }
td.TdClassName
{
border-color: #262BA9;
}
.TagClassName
{
border-color: #262BA9;
}
</style>