Shades of Persian Blue #262DAF
Tints of Persian Blue #262DAF
RGB
CMYK
RGB Variations
Color information
#262DAF (or 0x262DAF) is known color: Persian Blue. HEX triplet: 26, 2D and AF. RGB value is (38,45,175). Sum of RGB (Red+Green+Blue) = 38+45+175=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #262DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262DAF is #D9D250. Grayscale: #393939. Windows color (decimal): -14275153 or 11480358. OLE color: 11480358.
HSL color Cylindrical-coordinate representation of color #262DAF: hue angle of 236.93º 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 #262DAF is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 45 | 175 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.31 |
| HSL | 236.93º | 0.64% | 0.42% | - |
| HSV(B) | 236.93º | 0.78% | 0.69% | - |
| XYZ | 9.48 | 5.38 | 41.1 | - |
| YUV | 57.73 | 194.18 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 175 | 0.78 | 0.74 | 0 | 0.31 | 236.93 | 0.64 | 0.42 |
| Hex | 26 | 2D | AF | 4E | 4A | 0 | 1F | ED | 40 | 2A |
| Octal | 46 | 55 | 257 | 116 | 112 | 0 | 37 | 355 | 100 | 52 |
| Binary | 100110 | 101101 | 10101111 | 1001110 | 1001010 | 0 | 11111 | 11101101 | 1000000 | 101010 |
Color Harmonies of #262DAF
Complementary color
Monochromatic Colors of #262DAF
Black with #262DAF
Text Example
Text Example
White with #262DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262DAF; }
p { color: rgb(38,45,175); }
H1.HeaderClassName
{
color: #262DAF;
}
.AnyTagClassName
{
color: #262DAF;
}
</style>
background-color css
<style>
a { background-color: #262DAF; }
a { background-color: rgb(38,45,175); }
div.DivClassName
{
background-color: #262DAF;
}
.BgClassName
{
background-color: #262DAF;
}
</style>
border-color css
<style>
span { border-color: #262DAF; }
span { border-color: rgb(38,45,175); }
td.TdClassName
{
border-color: #262DAF;
}
.TagClassName
{
border-color: #262DAF;
}
</style>