Shades of Persian Blue #263BDB
Tints of Persian Blue #263BDB
RGB
CMYK
RGB Variations
Color information
#263BDB (or 0x263BDB) is known color: Persian Blue. HEX triplet: 26, 3B and DB. RGB value is (38,59,219). Sum of RGB (Red+Green+Blue) = 38+59+219=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #263BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BDB is #D9C424. Grayscale: #464646. Windows color (decimal): -14271525 or 14367526. OLE color: 14367526.
HSL color Cylindrical-coordinate representation of color #263BDB: hue angle of 233.04º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263BDB is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 59 | 219 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.14 |
| HSL | 233.04º | 0.72% | 0.5% | - |
| HSV(B) | 233.04º | 0.83% | 0.86% | - |
| XYZ | 15.15 | 8.65 | 67.89 | - |
| YUV | 70.96 | 211.54 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 219 | 0.83 | 0.73 | 0 | 0.14 | 233.04 | 0.72 | 0.5 |
| Hex | 26 | 3B | DB | 53 | 49 | 0 | E | E9 | 48 | 32 |
| Octal | 46 | 73 | 333 | 123 | 111 | 0 | 16 | 351 | 110 | 62 |
| Binary | 100110 | 111011 | 11011011 | 1010011 | 1001001 | 0 | 1110 | 11101001 | 1001000 | 110010 |
Color Harmonies of #263BDB
Complementary color
Monochromatic Colors of #263BDB
Black with #263BDB
Text Example
Text Example
White with #263BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BDB; }
p { color: rgb(38,59,219); }
H1.HeaderClassName
{
color: #263BDB;
}
.AnyTagClassName
{
color: #263BDB;
}
</style>
background-color css
<style>
a { background-color: #263BDB; }
a { background-color: rgb(38,59,219); }
div.DivClassName
{
background-color: #263BDB;
}
.BgClassName
{
background-color: #263BDB;
}
</style>
border-color css
<style>
span { border-color: #263BDB; }
span { border-color: rgb(38,59,219); }
td.TdClassName
{
border-color: #263BDB;
}
.TagClassName
{
border-color: #263BDB;
}
</style>