Shades of Persian Blue #263BAE
Tints of Persian Blue #263BAE
RGB
CMYK
RGB Variations
Color information
#263BAE (or 0x263BAE) is known color: Persian Blue. HEX triplet: 26, 3B and AE. RGB value is (38,59,174). Sum of RGB (Red+Green+Blue) = 38+59+174=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #263BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263BAE is #D9C451. Grayscale: #414141. Windows color (decimal): -14271570 or 11418406. OLE color: 11418406.
HSL color Cylindrical-coordinate representation of color #263BAE: hue angle of 230.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263BAE is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 59 | 174 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.32 |
| HSL | 230.74º | 0.64% | 0.42% | - |
| HSV(B) | 230.74º | 0.78% | 0.68% | - |
| XYZ | 10 | 6.6 | 40.79 | - |
| YUV | 65.83 | 189.04 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 174 | 0.78 | 0.66 | 0 | 0.32 | 230.74 | 0.64 | 0.42 |
| Hex | 26 | 3B | AE | 4E | 42 | 0 | 20 | E7 | 40 | 2A |
| Octal | 46 | 73 | 256 | 116 | 102 | 0 | 40 | 347 | 100 | 52 |
| Binary | 100110 | 111011 | 10101110 | 1001110 | 1000010 | 0 | 100000 | 11100111 | 1000000 | 101010 |
Color Harmonies of #263BAE
Complementary color
Monochromatic Colors of #263BAE
Black with #263BAE
Text Example
Text Example
White with #263BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BAE; }
p { color: rgb(38,59,174); }
H1.HeaderClassName
{
color: #263BAE;
}
.AnyTagClassName
{
color: #263BAE;
}
</style>
background-color css
<style>
a { background-color: #263BAE; }
a { background-color: rgb(38,59,174); }
div.DivClassName
{
background-color: #263BAE;
}
.BgClassName
{
background-color: #263BAE;
}
</style>
border-color css
<style>
span { border-color: #263BAE; }
span { border-color: rgb(38,59,174); }
td.TdClassName
{
border-color: #263BAE;
}
.TagClassName
{
border-color: #263BAE;
}
</style>