Shades of Persian Blue #262ADD
Tints of Persian Blue #262ADD
RGB
CMYK
RGB Variations
Color information
#262ADD (or 0x262ADD) is known color: Persian Blue. HEX triplet: 26, 2A and DD. RGB value is (38,42,221). Sum of RGB (Red+Green+Blue) = 38+42+221=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #262ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262ADD is #D9D522. Grayscale: #3C3C3C. Windows color (decimal): -14275875 or 14494246. OLE color: 14494246.
HSL color Cylindrical-coordinate representation of color #262ADD: hue angle of 238.69º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262ADD is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 42 | 221 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.13 |
| HSL | 238.69º | 0.73% | 0.51% | - |
| HSV(B) | 238.69º | 0.83% | 0.87% | - |
| XYZ | 14.68 | 7.29 | 69.04 | - |
| YUV | 61.21 | 218.17 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 221 | 0.83 | 0.81 | 0 | 0.13 | 238.69 | 0.73 | 0.51 |
| Hex | 26 | 2A | DD | 53 | 51 | 0 | D | EF | 49 | 33 |
| Octal | 46 | 52 | 335 | 123 | 121 | 0 | 15 | 357 | 111 | 63 |
| Binary | 100110 | 101010 | 11011101 | 1010011 | 1010001 | 0 | 1101 | 11101111 | 1001001 | 110011 |
Color Harmonies of #262ADD
Complementary color
Monochromatic Colors of #262ADD
Black with #262ADD
Text Example
Text Example
White with #262ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262ADD; }
p { color: rgb(38,42,221); }
H1.HeaderClassName
{
color: #262ADD;
}
.AnyTagClassName
{
color: #262ADD;
}
</style>
background-color css
<style>
a { background-color: #262ADD; }
a { background-color: rgb(38,42,221); }
div.DivClassName
{
background-color: #262ADD;
}
.BgClassName
{
background-color: #262ADD;
}
</style>
border-color css
<style>
span { border-color: #262ADD; }
span { border-color: rgb(38,42,221); }
td.TdClassName
{
border-color: #262ADD;
}
.TagClassName
{
border-color: #262ADD;
}
</style>