Shades of Persian Blue #262CB9
Tints of Persian Blue #262CB9
RGB
CMYK
RGB Variations
Color information
#262CB9 (or 0x262CB9) is known color: Persian Blue. HEX triplet: 26, 2C and B9. RGB value is (38,44,185). Sum of RGB (Red+Green+Blue) = 38+44+185=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 185 (72.66% from 255 or 69.29% from 267); Max value from RGB is 185 - color contains mainly: blue. Hex color #262CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262CB9 is #D9D346. Grayscale: #393939. Windows color (decimal): -14275399 or 12135462. OLE color: 12135462.
HSL color Cylindrical-coordinate representation of color #262CB9: hue angle of 237.55º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #262CB9 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 44 | 185 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.27 |
| HSL | 237.55º | 0.66% | 0.44% | - |
| HSV(B) | 237.55º | 0.79% | 0.73% | - |
| XYZ | 10.46 | 5.72 | 46.45 | - |
| YUV | 58.28 | 199.51 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 185 | 0.79 | 0.76 | 0 | 0.27 | 237.55 | 0.66 | 0.44 |
| Hex | 26 | 2C | B9 | 4F | 4C | 0 | 1B | EE | 42 | 2C |
| Octal | 46 | 54 | 271 | 117 | 114 | 0 | 33 | 356 | 102 | 54 |
| Binary | 100110 | 101100 | 10111001 | 1001111 | 1001100 | 0 | 11011 | 11101110 | 1000010 | 101100 |
Color Harmonies of #262CB9
Complementary color
Monochromatic Colors of #262CB9
Black with #262CB9
Text Example
Text Example
White with #262CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262CB9; }
p { color: rgb(38,44,185); }
H1.HeaderClassName
{
color: #262CB9;
}
.AnyTagClassName
{
color: #262CB9;
}
</style>
background-color css
<style>
a { background-color: #262CB9; }
a { background-color: rgb(38,44,185); }
div.DivClassName
{
background-color: #262CB9;
}
.BgClassName
{
background-color: #262CB9;
}
</style>
border-color css
<style>
span { border-color: #262CB9; }
span { border-color: rgb(38,44,185); }
td.TdClassName
{
border-color: #262CB9;
}
.TagClassName
{
border-color: #262CB9;
}
</style>