Shades of Persian Blue #263BD9
Tints of Persian Blue #263BD9
RGB
CMYK
RGB Variations
Color information
#263BD9 (or 0x263BD9) is known color: Persian Blue. HEX triplet: 26, 3B and D9. RGB value is (38,59,217). Sum of RGB (Red+Green+Blue) = 38+59+217=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 217 (85.16% from 255 or 69.11% from 314); Max value from RGB is 217 - color contains mainly: blue. Hex color #263BD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BD9 is #D9C426. Grayscale: #464646. Windows color (decimal): -14271527 or 14236454. OLE color: 14236454.
HSL color Cylindrical-coordinate representation of color #263BD9: hue angle of 232.96º 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 #263BD9 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 59 | 217 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.15 |
| HSL | 232.96º | 0.7% | 0.5% | - |
| HSV(B) | 232.96º | 0.82% | 0.85% | - |
| XYZ | 14.89 | 8.55 | 66.51 | - |
| YUV | 70.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 217 | 0.82 | 0.73 | 0 | 0.15 | 232.96 | 0.7 | 0.5 |
| Hex | 26 | 3B | D9 | 52 | 49 | 0 | F | E9 | 46 | 32 |
| Octal | 46 | 73 | 331 | 122 | 111 | 0 | 17 | 351 | 106 | 62 |
| Binary | 100110 | 111011 | 11011001 | 1010010 | 1001001 | 0 | 1111 | 11101001 | 1000110 | 110010 |
Color Harmonies of #263BD9
Complementary color
Monochromatic Colors of #263BD9
Black with #263BD9
Text Example
Text Example
White with #263BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BD9; }
p { color: rgb(38,59,217); }
H1.HeaderClassName
{
color: #263BD9;
}
.AnyTagClassName
{
color: #263BD9;
}
</style>
background-color css
<style>
a { background-color: #263BD9; }
a { background-color: rgb(38,59,217); }
div.DivClassName
{
background-color: #263BD9;
}
.BgClassName
{
background-color: #263BD9;
}
</style>
border-color css
<style>
span { border-color: #263BD9; }
span { border-color: rgb(38,59,217); }
td.TdClassName
{
border-color: #263BD9;
}
.TagClassName
{
border-color: #263BD9;
}
</style>