Shades of Persian Blue #262AAF
Tints of Persian Blue #262AAF
RGB
CMYK
RGB Variations
Color information
#262AAF (or 0x262AAF) is known color: Persian Blue. HEX triplet: 26, 2A and AF. RGB value is (38,42,175). Sum of RGB (Red+Green+Blue) = 38+42+175=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #262AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262AAF is #D9D550. Grayscale: #373737. Windows color (decimal): -14275921 or 11479590. OLE color: 11479590.
HSL color Cylindrical-coordinate representation of color #262AAF: hue angle of 238.25º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #262AAF is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 42 | 175 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.31 |
| HSL | 238.25º | 0.64% | 0.42% | - |
| HSV(B) | 238.25º | 0.78% | 0.69% | - |
| XYZ | 9.37 | 5.16 | 41.06 | - |
| YUV | 55.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 175 | 0.78 | 0.76 | 0 | 0.31 | 238.25 | 0.64 | 0.42 |
| Hex | 26 | 2A | AF | 4E | 4C | 0 | 1F | EE | 40 | 2A |
| Octal | 46 | 52 | 257 | 116 | 114 | 0 | 37 | 356 | 100 | 52 |
| Binary | 100110 | 101010 | 10101111 | 1001110 | 1001100 | 0 | 11111 | 11101110 | 1000000 | 101010 |
Color Harmonies of #262AAF
Complementary color
Monochromatic Colors of #262AAF
Black with #262AAF
Text Example
Text Example
White with #262AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262AAF; }
p { color: rgb(38,42,175); }
H1.HeaderClassName
{
color: #262AAF;
}
.AnyTagClassName
{
color: #262AAF;
}
</style>
background-color css
<style>
a { background-color: #262AAF; }
a { background-color: rgb(38,42,175); }
div.DivClassName
{
background-color: #262AAF;
}
.BgClassName
{
background-color: #262AAF;
}
</style>
border-color css
<style>
span { border-color: #262AAF; }
span { border-color: rgb(38,42,175); }
td.TdClassName
{
border-color: #262AAF;
}
.TagClassName
{
border-color: #262AAF;
}
</style>