Shades of Persian Blue #263AE0
Tints of Persian Blue #263AE0
RGB
CMYK
RGB Variations
Color information
#263AE0 (or 0x263AE0) is known color: Persian Blue. HEX triplet: 26, 3A and E0. RGB value is (38,58,224). Sum of RGB (Red+Green+Blue) = 38+58+224=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #263AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263AE0 is #D9C51F. Grayscale: #464646. Windows color (decimal): -14271776 or 14694950. OLE color: 14694950.
HSL color Cylindrical-coordinate representation of color #263AE0: hue angle of 233.55º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263AE0 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 58 | 224 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.12 |
| HSL | 233.55º | 0.75% | 0.51% | - |
| HSV(B) | 233.55º | 0.83% | 0.88% | - |
| XYZ | 15.77 | 8.82 | 71.39 | - |
| YUV | 70.94 | 214.37 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 224 | 0.83 | 0.74 | 0 | 0.12 | 233.55 | 0.75 | 0.51 |
| Hex | 26 | 3A | E0 | 53 | 4A | 0 | C | EA | 4B | 33 |
| Octal | 46 | 72 | 340 | 123 | 112 | 0 | 14 | 352 | 113 | 63 |
| Binary | 100110 | 111010 | 11100000 | 1010011 | 1001010 | 0 | 1100 | 11101010 | 1001011 | 110011 |
Color Harmonies of #263AE0
Complementary color
Monochromatic Colors of #263AE0
Black with #263AE0
Text Example
Text Example
White with #263AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263AE0; }
p { color: rgb(38,58,224); }
H1.HeaderClassName
{
color: #263AE0;
}
.AnyTagClassName
{
color: #263AE0;
}
</style>
background-color css
<style>
a { background-color: #263AE0; }
a { background-color: rgb(38,58,224); }
div.DivClassName
{
background-color: #263AE0;
}
.BgClassName
{
background-color: #263AE0;
}
</style>
border-color css
<style>
span { border-color: #263AE0; }
span { border-color: rgb(38,58,224); }
td.TdClassName
{
border-color: #263AE0;
}
.TagClassName
{
border-color: #263AE0;
}
</style>