Shades of Persian Blue #263BAB
Tints of Persian Blue #263BAB
RGB
CMYK
RGB Variations
Color information
#263BAB (or 0x263BAB) is known color: Persian Blue. HEX triplet: 26, 3B and AB. RGB value is (38,59,171). Sum of RGB (Red+Green+Blue) = 38+59+171=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #263BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263BAB is #D9C454. Grayscale: #414141. Windows color (decimal): -14271573 or 11221798. OLE color: 11221798.
HSL color Cylindrical-coordinate representation of color #263BAB: hue angle of 230.53º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263BAB is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 59 | 171 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.33 |
| HSL | 230.53º | 0.64% | 0.41% | - |
| HSV(B) | 230.53º | 0.78% | 0.67% | - |
| XYZ | 9.71 | 6.48 | 39.27 | - |
| YUV | 65.49 | 187.54 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 171 | 0.78 | 0.65 | 0 | 0.33 | 230.53 | 0.64 | 0.41 |
| Hex | 26 | 3B | AB | 4E | 41 | 0 | 21 | E7 | 40 | 29 |
| Octal | 46 | 73 | 253 | 116 | 101 | 0 | 41 | 347 | 100 | 51 |
| Binary | 100110 | 111011 | 10101011 | 1001110 | 1000001 | 0 | 100001 | 11100111 | 1000000 | 101001 |
Color Harmonies of #263BAB
Complementary color
Monochromatic Colors of #263BAB
Black with #263BAB
Text Example
Text Example
White with #263BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BAB; }
p { color: rgb(38,59,171); }
H1.HeaderClassName
{
color: #263BAB;
}
.AnyTagClassName
{
color: #263BAB;
}
</style>
background-color css
<style>
a { background-color: #263BAB; }
a { background-color: rgb(38,59,171); }
div.DivClassName
{
background-color: #263BAB;
}
.BgClassName
{
background-color: #263BAB;
}
</style>
border-color css
<style>
span { border-color: #263BAB; }
span { border-color: rgb(38,59,171); }
td.TdClassName
{
border-color: #263BAB;
}
.TagClassName
{
border-color: #263BAB;
}
</style>