Shades of Persian Blue #263AD9
Tints of Persian Blue #263AD9
RGB
CMYK
RGB Variations
Color information
#263AD9 (or 0x263AD9) is known color: Persian Blue. HEX triplet: 26, 3A and D9. RGB value is (38,58,217). Sum of RGB (Red+Green+Blue) = 38+58+217=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 217 (85.16% from 255 or 69.33% from 313); Max value from RGB is 217 - color contains mainly: blue. Hex color #263AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263AD9 is #D9C526. Grayscale: #454545. Windows color (decimal): -14271783 or 14236198. OLE color: 14236198.
HSL color Cylindrical-coordinate representation of color #263AD9: hue angle of 233.3º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #263AD9 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 58 | 217 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.15 |
| HSL | 233.3º | 0.7% | 0.5% | - |
| HSV(B) | 233.3º | 0.82% | 0.85% | - |
| XYZ | 14.84 | 8.45 | 66.49 | - |
| YUV | 70.15 | 210.87 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 217 | 0.82 | 0.73 | 0 | 0.15 | 233.3 | 0.7 | 0.5 |
| Hex | 26 | 3A | D9 | 52 | 49 | 0 | F | E9 | 46 | 32 |
| Octal | 46 | 72 | 331 | 122 | 111 | 0 | 17 | 351 | 106 | 62 |
| Binary | 100110 | 111010 | 11011001 | 1010010 | 1001001 | 0 | 1111 | 11101001 | 1000110 | 110010 |
Color Harmonies of #263AD9
Complementary color
Monochromatic Colors of #263AD9
Black with #263AD9
Text Example
Text Example
White with #263AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263AD9; }
p { color: rgb(38,58,217); }
H1.HeaderClassName
{
color: #263AD9;
}
.AnyTagClassName
{
color: #263AD9;
}
</style>
background-color css
<style>
a { background-color: #263AD9; }
a { background-color: rgb(38,58,217); }
div.DivClassName
{
background-color: #263AD9;
}
.BgClassName
{
background-color: #263AD9;
}
</style>
border-color css
<style>
span { border-color: #263AD9; }
span { border-color: rgb(38,58,217); }
td.TdClassName
{
border-color: #263AD9;
}
.TagClassName
{
border-color: #263AD9;
}
</style>