Shades of Persian Blue #263FAE
Tints of Persian Blue #263FAE
RGB
CMYK
RGB Variations
Color information
#263FAE (or 0x263FAE) is known color: Persian Blue. HEX triplet: 26, 3F and AE. RGB value is (38,63,174). Sum of RGB (Red+Green+Blue) = 38+63+174=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #263FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263FAE is #D9C051. Grayscale: #434343. Windows color (decimal): -14270546 or 11419430. OLE color: 11419430.
HSL color Cylindrical-coordinate representation of color #263FAE: hue angle of 228.97º 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 #263FAE is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 63 | 174 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.32 |
| HSL | 228.97º | 0.64% | 0.42% | - |
| HSV(B) | 228.97º | 0.78% | 0.68% | - |
| XYZ | 10.22 | 7.02 | 40.86 | - |
| YUV | 68.18 | 187.72 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 174 | 0.78 | 0.64 | 0 | 0.32 | 228.97 | 0.64 | 0.42 |
| Hex | 26 | 3F | AE | 4E | 40 | 0 | 20 | E5 | 40 | 2A |
| Octal | 46 | 77 | 256 | 116 | 100 | 0 | 40 | 345 | 100 | 52 |
| Binary | 100110 | 111111 | 10101110 | 1001110 | 1000000 | 0 | 100000 | 11100101 | 1000000 | 101010 |
Color Harmonies of #263FAE
Complementary color
Monochromatic Colors of #263FAE
Black with #263FAE
Text Example
Text Example
White with #263FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FAE; }
p { color: rgb(38,63,174); }
H1.HeaderClassName
{
color: #263FAE;
}
.AnyTagClassName
{
color: #263FAE;
}
</style>
background-color css
<style>
a { background-color: #263FAE; }
a { background-color: rgb(38,63,174); }
div.DivClassName
{
background-color: #263FAE;
}
.BgClassName
{
background-color: #263FAE;
}
</style>
border-color css
<style>
span { border-color: #263FAE; }
span { border-color: rgb(38,63,174); }
td.TdClassName
{
border-color: #263FAE;
}
.TagClassName
{
border-color: #263FAE;
}
</style>