Shades of Persian Blue #263AE2
Tints of Persian Blue #263AE2
RGB
CMYK
RGB Variations
Color information
#263AE2 (or 0x263AE2) is known color: Persian Blue. HEX triplet: 26, 3A and E2. RGB value is (38,58,226). Sum of RGB (Red+Green+Blue) = 38+58+226=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 226 (88.67% from 255 or 70.19% from 322); Max value from RGB is 226 - color contains mainly: blue. Hex color #263AE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263AE2 is #D9C51D. Grayscale: #464646. Windows color (decimal): -14271774 or 14826022. OLE color: 14826022.
HSL color Cylindrical-coordinate representation of color #263AE2: hue angle of 233.62º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263AE2 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 58 | 226 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.11 |
| HSL | 233.62º | 0.76% | 0.52% | - |
| HSV(B) | 233.62º | 0.83% | 0.89% | - |
| XYZ | 16.04 | 8.93 | 72.83 | - |
| YUV | 71.17 | 215.37 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 226 | 0.83 | 0.74 | 0 | 0.11 | 233.62 | 0.76 | 0.52 |
| Hex | 26 | 3A | E2 | 53 | 4A | 0 | B | EA | 4C | 34 |
| Octal | 46 | 72 | 342 | 123 | 112 | 0 | 13 | 352 | 114 | 64 |
| Binary | 100110 | 111010 | 11100010 | 1010011 | 1001010 | 0 | 1011 | 11101010 | 1001100 | 110100 |
Color Harmonies of #263AE2
Complementary color
Monochromatic Colors of #263AE2
Black with #263AE2
Text Example
Text Example
White with #263AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263AE2; }
p { color: rgb(38,58,226); }
H1.HeaderClassName
{
color: #263AE2;
}
.AnyTagClassName
{
color: #263AE2;
}
</style>
background-color css
<style>
a { background-color: #263AE2; }
a { background-color: rgb(38,58,226); }
div.DivClassName
{
background-color: #263AE2;
}
.BgClassName
{
background-color: #263AE2;
}
</style>
border-color css
<style>
span { border-color: #263AE2; }
span { border-color: rgb(38,58,226); }
td.TdClassName
{
border-color: #263AE2;
}
.TagClassName
{
border-color: #263AE2;
}
</style>