Shades of Persian Blue #263FE9
Tints of Persian Blue #263FE9
RGB
CMYK
RGB Variations
Color information
#263FE9 (or 0x263FE9) is known color: Persian Blue. HEX triplet: 26, 3F and E9. RGB value is (38,63,233). Sum of RGB (Red+Green+Blue) = 38+63+233=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 233 (91.41% from 255 or 69.76% from 334); Max value from RGB is 233 - color contains mainly: blue. Hex color #263FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263FE9 is #D9C016. Grayscale: #4A4A4A. Windows color (decimal): -14270487 or 15286054. OLE color: 15286054.
HSL color Cylindrical-coordinate representation of color #263FE9: hue angle of 232.31º 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 #263FE9 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 63 | 233 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.09 |
| HSL | 232.31º | 0.82% | 0.53% | - |
| HSV(B) | 232.31º | 0.84% | 0.91% | - |
| XYZ | 17.28 | 9.85 | 78.08 | - |
| YUV | 74.91 | 217.22 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 233 | 0.84 | 0.73 | 0 | 0.09 | 232.31 | 0.82 | 0.53 |
| Hex | 26 | 3F | E9 | 54 | 49 | 0 | 9 | E8 | 52 | 35 |
| Octal | 46 | 77 | 351 | 124 | 111 | 0 | 11 | 350 | 122 | 65 |
| Binary | 100110 | 111111 | 11101001 | 1010100 | 1001001 | 0 | 1001 | 11101000 | 1010010 | 110101 |
Color Harmonies of #263FE9
Complementary color
Monochromatic Colors of #263FE9
Black with #263FE9
Text Example
Text Example
White with #263FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FE9; }
p { color: rgb(38,63,233); }
H1.HeaderClassName
{
color: #263FE9;
}
.AnyTagClassName
{
color: #263FE9;
}
</style>
background-color css
<style>
a { background-color: #263FE9; }
a { background-color: rgb(38,63,233); }
div.DivClassName
{
background-color: #263FE9;
}
.BgClassName
{
background-color: #263FE9;
}
</style>
border-color css
<style>
span { border-color: #263FE9; }
span { border-color: rgb(38,63,233); }
td.TdClassName
{
border-color: #263FE9;
}
.TagClassName
{
border-color: #263FE9;
}
</style>