Shades of Persian Blue #263EE9
Tints of Persian Blue #263EE9
RGB
CMYK
RGB Variations
Color information
#263EE9 (or 0x263EE9) is known color: Persian Blue. HEX triplet: 26, 3E and E9. RGB value is (38,62,233). Sum of RGB (Red+Green+Blue) = 38+62+233=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 233 (91.41% from 255 or 69.97% from 333); Max value from RGB is 233 - color contains mainly: blue. Hex color #263EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263EE9 is #D9C116. Grayscale: #494949. Windows color (decimal): -14270743 or 15285798. OLE color: 15285798.
HSL color Cylindrical-coordinate representation of color #263EE9: hue angle of 232.62º 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 #263EE9 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 62 | 233 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.09 |
| HSL | 232.62º | 0.82% | 0.53% | - |
| HSV(B) | 232.62º | 0.84% | 0.91% | - |
| XYZ | 17.23 | 9.74 | 78.06 | - |
| YUV | 74.32 | 217.55 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 233 | 0.84 | 0.73 | 0 | 0.09 | 232.62 | 0.82 | 0.53 |
| Hex | 26 | 3E | E9 | 54 | 49 | 0 | 9 | E9 | 52 | 35 |
| Octal | 46 | 76 | 351 | 124 | 111 | 0 | 11 | 351 | 122 | 65 |
| Binary | 100110 | 111110 | 11101001 | 1010100 | 1001001 | 0 | 1001 | 11101001 | 1010010 | 110101 |
Color Harmonies of #263EE9
Complementary color
Monochromatic Colors of #263EE9
Black with #263EE9
Text Example
Text Example
White with #263EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263EE9; }
p { color: rgb(38,62,233); }
H1.HeaderClassName
{
color: #263EE9;
}
.AnyTagClassName
{
color: #263EE9;
}
</style>
background-color css
<style>
a { background-color: #263EE9; }
a { background-color: rgb(38,62,233); }
div.DivClassName
{
background-color: #263EE9;
}
.BgClassName
{
background-color: #263EE9;
}
</style>
border-color css
<style>
span { border-color: #263EE9; }
span { border-color: rgb(38,62,233); }
td.TdClassName
{
border-color: #263EE9;
}
.TagClassName
{
border-color: #263EE9;
}
</style>