Shades of Persian Blue #263CA9
Tints of Persian Blue #263CA9
RGB
CMYK
RGB Variations
Color information
#263CA9 (or 0x263CA9) is known color: Persian Blue. HEX triplet: 26, 3C and A9. RGB value is (38,60,169). Sum of RGB (Red+Green+Blue) = 38+60+169=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 169 (66.41% from 255 or 63.30% from 267); Max value from RGB is 169 - color contains mainly: blue. Hex color #263CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263CA9 is #D9C356. Grayscale: #414141. Windows color (decimal): -14271319 or 11090982. OLE color: 11090982.
HSL color Cylindrical-coordinate representation of color #263CA9: hue angle of 229.92º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263CA9 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 60 | 169 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.34 |
| HSL | 229.92º | 0.63% | 0.41% | - |
| HSV(B) | 229.92º | 0.78% | 0.66% | - |
| XYZ | 9.58 | 6.51 | 38.29 | - |
| YUV | 65.85 | 186.21 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 169 | 0.78 | 0.64 | 0 | 0.34 | 229.92 | 0.63 | 0.41 |
| Hex | 26 | 3C | A9 | 4E | 40 | 0 | 22 | E6 | 3F | 29 |
| Octal | 46 | 74 | 251 | 116 | 100 | 0 | 42 | 346 | 77 | 51 |
| Binary | 100110 | 111100 | 10101001 | 1001110 | 1000000 | 0 | 100010 | 11100110 | 111111 | 101001 |
Color Harmonies of #263CA9
Complementary color
Monochromatic Colors of #263CA9
Black with #263CA9
Text Example
Text Example
White with #263CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CA9; }
p { color: rgb(38,60,169); }
H1.HeaderClassName
{
color: #263CA9;
}
.AnyTagClassName
{
color: #263CA9;
}
</style>
background-color css
<style>
a { background-color: #263CA9; }
a { background-color: rgb(38,60,169); }
div.DivClassName
{
background-color: #263CA9;
}
.BgClassName
{
background-color: #263CA9;
}
</style>
border-color css
<style>
span { border-color: #263CA9; }
span { border-color: rgb(38,60,169); }
td.TdClassName
{
border-color: #263CA9;
}
.TagClassName
{
border-color: #263CA9;
}
</style>