Shades of Persian Blue #262AAB
Tints of Persian Blue #262AAB
RGB
CMYK
RGB Variations
Color information
#262AAB (or 0x262AAB) is known color: Persian Blue. HEX triplet: 26, 2A and AB. RGB value is (38,42,171). Sum of RGB (Red+Green+Blue) = 38+42+171=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #262AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262AAB is #D9D554. Grayscale: #363636. Windows color (decimal): -14275925 or 11217446. OLE color: 11217446.
HSL color Cylindrical-coordinate representation of color #262AAB: hue angle of 238.2º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #262AAB is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 42 | 171 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.33 |
| HSL | 238.2º | 0.64% | 0.41% | - |
| HSV(B) | 238.2º | 0.78% | 0.67% | - |
| XYZ | 8.98 | 5.01 | 39.02 | - |
| YUV | 55.51 | 193.17 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 171 | 0.78 | 0.75 | 0 | 0.33 | 238.2 | 0.64 | 0.41 |
| Hex | 26 | 2A | AB | 4E | 4B | 0 | 21 | EE | 40 | 29 |
| Octal | 46 | 52 | 253 | 116 | 113 | 0 | 41 | 356 | 100 | 51 |
| Binary | 100110 | 101010 | 10101011 | 1001110 | 1001011 | 0 | 100001 | 11101110 | 1000000 | 101001 |
Color Harmonies of #262AAB
Complementary color
Monochromatic Colors of #262AAB
Black with #262AAB
Text Example
Text Example
White with #262AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262AAB; }
p { color: rgb(38,42,171); }
H1.HeaderClassName
{
color: #262AAB;
}
.AnyTagClassName
{
color: #262AAB;
}
</style>
background-color css
<style>
a { background-color: #262AAB; }
a { background-color: rgb(38,42,171); }
div.DivClassName
{
background-color: #262AAB;
}
.BgClassName
{
background-color: #262AAB;
}
</style>
border-color css
<style>
span { border-color: #262AAB; }
span { border-color: rgb(38,42,171); }
td.TdClassName
{
border-color: #262AAB;
}
.TagClassName
{
border-color: #262AAB;
}
</style>