Shades of Persian Blue #263CAE
Tints of Persian Blue #263CAE
RGB
CMYK
RGB Variations
Color information
#263CAE (or 0x263CAE) is known color: Persian Blue. HEX triplet: 26, 3C and AE. RGB value is (38,60,174). Sum of RGB (Red+Green+Blue) = 38+60+174=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #263CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263CAE is #D9C351. Grayscale: #414141. Windows color (decimal): -14271314 or 11418662. OLE color: 11418662.
HSL color Cylindrical-coordinate representation of color #263CAE: hue angle of 230.29º 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 #263CAE is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 60 | 174 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.32 |
| HSL | 230.29º | 0.64% | 0.42% | - |
| HSV(B) | 230.29º | 0.78% | 0.68% | - |
| XYZ | 10.06 | 6.7 | 40.81 | - |
| YUV | 66.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 174 | 0.78 | 0.66 | 0 | 0.32 | 230.29 | 0.64 | 0.42 |
| Hex | 26 | 3C | AE | 4E | 42 | 0 | 20 | E6 | 40 | 2A |
| Octal | 46 | 74 | 256 | 116 | 102 | 0 | 40 | 346 | 100 | 52 |
| Binary | 100110 | 111100 | 10101110 | 1001110 | 1000010 | 0 | 100000 | 11100110 | 1000000 | 101010 |
Color Harmonies of #263CAE
Complementary color
Monochromatic Colors of #263CAE
Black with #263CAE
Text Example
Text Example
White with #263CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CAE; }
p { color: rgb(38,60,174); }
H1.HeaderClassName
{
color: #263CAE;
}
.AnyTagClassName
{
color: #263CAE;
}
</style>
background-color css
<style>
a { background-color: #263CAE; }
a { background-color: rgb(38,60,174); }
div.DivClassName
{
background-color: #263CAE;
}
.BgClassName
{
background-color: #263CAE;
}
</style>
border-color css
<style>
span { border-color: #263CAE; }
span { border-color: rgb(38,60,174); }
td.TdClassName
{
border-color: #263CAE;
}
.TagClassName
{
border-color: #263CAE;
}
</style>