Shades of Persian Blue #263BE9
Tints of Persian Blue #263BE9
RGB
CMYK
RGB Variations
Color information
#263BE9 (or 0x263BE9) is known color: Persian Blue. HEX triplet: 26, 3B and E9. RGB value is (38,59,233). Sum of RGB (Red+Green+Blue) = 38+59+233=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 233 (91.41% from 255 or 70.61% from 330); Max value from RGB is 233 - color contains mainly: blue. Hex color #263BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263BE9 is #D9C416. Grayscale: #474747. Windows color (decimal): -14271511 or 15285030. OLE color: 15285030.
HSL color Cylindrical-coordinate representation of color #263BE9: hue angle of 233.54º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263BE9 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 59 | 233 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.09 |
| HSL | 233.54º | 0.82% | 0.53% | - |
| HSV(B) | 233.54º | 0.84% | 0.91% | - |
| XYZ | 17.07 | 9.42 | 78.01 | - |
| YUV | 72.56 | 218.54 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 233 | 0.84 | 0.75 | 0 | 0.09 | 233.54 | 0.82 | 0.53 |
| Hex | 26 | 3B | E9 | 54 | 4B | 0 | 9 | EA | 52 | 35 |
| Octal | 46 | 73 | 351 | 124 | 113 | 0 | 11 | 352 | 122 | 65 |
| Binary | 100110 | 111011 | 11101001 | 1010100 | 1001011 | 0 | 1001 | 11101010 | 1010010 | 110101 |
Color Harmonies of #263BE9
Complementary color
Monochromatic Colors of #263BE9
Black with #263BE9
Text Example
Text Example
White with #263BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BE9; }
p { color: rgb(38,59,233); }
H1.HeaderClassName
{
color: #263BE9;
}
.AnyTagClassName
{
color: #263BE9;
}
</style>
background-color css
<style>
a { background-color: #263BE9; }
a { background-color: rgb(38,59,233); }
div.DivClassName
{
background-color: #263BE9;
}
.BgClassName
{
background-color: #263BE9;
}
</style>
border-color css
<style>
span { border-color: #263BE9; }
span { border-color: rgb(38,59,233); }
td.TdClassName
{
border-color: #263BE9;
}
.TagClassName
{
border-color: #263BE9;
}
</style>