Shades of Persian Blue #263FA9
Tints of Persian Blue #263FA9
RGB
CMYK
RGB Variations
Color information
#263FA9 (or 0x263FA9) is known color: Persian Blue. HEX triplet: 26, 3F and A9. RGB value is (38,63,169). Sum of RGB (Red+Green+Blue) = 38+63+169=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 169 (66.41% from 255 or 62.59% from 270); Max value from RGB is 169 - color contains mainly: blue. Hex color #263FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263FA9 is #D9C056. Grayscale: #434343. Windows color (decimal): -14270551 or 11091750. OLE color: 11091750.
HSL color Cylindrical-coordinate representation of color #263FA9: hue angle of 228.55º 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 #263FA9 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 63 | 169 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.34 |
| HSL | 228.55º | 0.63% | 0.41% | - |
| HSV(B) | 228.55º | 0.78% | 0.66% | - |
| XYZ | 9.74 | 6.83 | 38.34 | - |
| YUV | 67.61 | 185.22 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 169 | 0.78 | 0.63 | 0 | 0.34 | 228.55 | 0.63 | 0.41 |
| Hex | 26 | 3F | A9 | 4E | 3F | 0 | 22 | E5 | 3F | 29 |
| Octal | 46 | 77 | 251 | 116 | 77 | 0 | 42 | 345 | 77 | 51 |
| Binary | 100110 | 111111 | 10101001 | 1001110 | 111111 | 0 | 100010 | 11100101 | 111111 | 101001 |
Color Harmonies of #263FA9
Complementary color
Monochromatic Colors of #263FA9
Black with #263FA9
Text Example
Text Example
White with #263FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FA9; }
p { color: rgb(38,63,169); }
H1.HeaderClassName
{
color: #263FA9;
}
.AnyTagClassName
{
color: #263FA9;
}
</style>
background-color css
<style>
a { background-color: #263FA9; }
a { background-color: rgb(38,63,169); }
div.DivClassName
{
background-color: #263FA9;
}
.BgClassName
{
background-color: #263FA9;
}
</style>
border-color css
<style>
span { border-color: #263FA9; }
span { border-color: rgb(38,63,169); }
td.TdClassName
{
border-color: #263FA9;
}
.TagClassName
{
border-color: #263FA9;
}
</style>