Shades of Persian Blue #263BDE
Tints of Persian Blue #263BDE
RGB
CMYK
RGB Variations
Color information
#263BDE (or 0x263BDE) is known color: Persian Blue. HEX triplet: 26, 3B and DE. RGB value is (38,59,222). Sum of RGB (Red+Green+Blue) = 38+59+222=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #263BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BDE is #D9C421. Grayscale: #464646. Windows color (decimal): -14271522 or 14564134. OLE color: 14564134.
HSL color Cylindrical-coordinate representation of color #263BDE: hue angle of 233.15º degrees, saturation: 0.74, 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 #263BDE is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 59 | 222 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.13 |
| HSL | 233.15º | 0.74% | 0.51% | - |
| HSV(B) | 233.15º | 0.83% | 0.87% | - |
| XYZ | 15.55 | 8.81 | 69.99 | - |
| YUV | 71.3 | 213.04 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 222 | 0.83 | 0.73 | 0 | 0.13 | 233.15 | 0.74 | 0.51 |
| Hex | 26 | 3B | DE | 53 | 49 | 0 | D | E9 | 4A | 33 |
| Octal | 46 | 73 | 336 | 123 | 111 | 0 | 15 | 351 | 112 | 63 |
| Binary | 100110 | 111011 | 11011110 | 1010011 | 1001001 | 0 | 1101 | 11101001 | 1001010 | 110011 |
Color Harmonies of #263BDE
Complementary color
Monochromatic Colors of #263BDE
Black with #263BDE
Text Example
Text Example
White with #263BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BDE; }
p { color: rgb(38,59,222); }
H1.HeaderClassName
{
color: #263BDE;
}
.AnyTagClassName
{
color: #263BDE;
}
</style>
background-color css
<style>
a { background-color: #263BDE; }
a { background-color: rgb(38,59,222); }
div.DivClassName
{
background-color: #263BDE;
}
.BgClassName
{
background-color: #263BDE;
}
</style>
border-color css
<style>
span { border-color: #263BDE; }
span { border-color: rgb(38,59,222); }
td.TdClassName
{
border-color: #263BDE;
}
.TagClassName
{
border-color: #263BDE;
}
</style>