Shades of Persian Blue #263EAD
Tints of Persian Blue #263EAD
RGB
CMYK
RGB Variations
Color information
#263EAD (or 0x263EAD) is known color: Persian Blue. HEX triplet: 26, 3E and AD. RGB value is (38,62,173). Sum of RGB (Red+Green+Blue) = 38+62+173=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #263EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263EAD is #D9C152. Grayscale: #434343. Windows color (decimal): -14270803 or 11353638. OLE color: 11353638.
HSL color Cylindrical-coordinate representation of color #263EAD: hue angle of 229.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263EAD is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 62 | 173 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.32 |
| HSL | 229.33º | 0.64% | 0.41% | - |
| HSV(B) | 229.33º | 0.78% | 0.68% | - |
| XYZ | 10.06 | 6.87 | 40.33 | - |
| YUV | 67.48 | 187.55 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 173 | 0.78 | 0.64 | 0 | 0.32 | 229.33 | 0.64 | 0.41 |
| Hex | 26 | 3E | AD | 4E | 40 | 0 | 20 | E5 | 40 | 29 |
| Octal | 46 | 76 | 255 | 116 | 100 | 0 | 40 | 345 | 100 | 51 |
| Binary | 100110 | 111110 | 10101101 | 1001110 | 1000000 | 0 | 100000 | 11100101 | 1000000 | 101001 |
Color Harmonies of #263EAD
Complementary color
Monochromatic Colors of #263EAD
Black with #263EAD
Text Example
Text Example
White with #263EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263EAD; }
p { color: rgb(38,62,173); }
H1.HeaderClassName
{
color: #263EAD;
}
.AnyTagClassName
{
color: #263EAD;
}
</style>
background-color css
<style>
a { background-color: #263EAD; }
a { background-color: rgb(38,62,173); }
div.DivClassName
{
background-color: #263EAD;
}
.BgClassName
{
background-color: #263EAD;
}
</style>
border-color css
<style>
span { border-color: #263EAD; }
span { border-color: rgb(38,62,173); }
td.TdClassName
{
border-color: #263EAD;
}
.TagClassName
{
border-color: #263EAD;
}
</style>