Shades of Persian Blue #263BEA
Tints of Persian Blue #263BEA
RGB
CMYK
RGB Variations
Color information
#263BEA (or 0x263BEA) is known color: Persian Blue. HEX triplet: 26, 3B and EA. RGB value is (38,59,234). Sum of RGB (Red+Green+Blue) = 38+59+234=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #263BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263BEA is #D9C415. Grayscale: #474747. Windows color (decimal): -14271510 or 15350566. OLE color: 15350566.
HSL color Cylindrical-coordinate representation of color #263BEA: hue angle of 233.57º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263BEA is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 59 | 234 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.08 |
| HSL | 233.57º | 0.82% | 0.53% | - |
| HSV(B) | 233.57º | 0.84% | 0.92% | - |
| XYZ | 17.21 | 9.48 | 78.76 | - |
| YUV | 72.67 | 219.04 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 234 | 0.84 | 0.75 | 0 | 0.08 | 233.57 | 0.82 | 0.53 |
| Hex | 26 | 3B | EA | 54 | 4B | 0 | 8 | EA | 52 | 35 |
| Octal | 46 | 73 | 352 | 124 | 113 | 0 | 10 | 352 | 122 | 65 |
| Binary | 100110 | 111011 | 11101010 | 1010100 | 1001011 | 0 | 1000 | 11101010 | 1010010 | 110101 |
Color Harmonies of #263BEA
Complementary color
Monochromatic Colors of #263BEA
Black with #263BEA
Text Example
Text Example
White with #263BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BEA; }
p { color: rgb(38,59,234); }
H1.HeaderClassName
{
color: #263BEA;
}
.AnyTagClassName
{
color: #263BEA;
}
</style>
background-color css
<style>
a { background-color: #263BEA; }
a { background-color: rgb(38,59,234); }
div.DivClassName
{
background-color: #263BEA;
}
.BgClassName
{
background-color: #263BEA;
}
</style>
border-color css
<style>
span { border-color: #263BEA; }
span { border-color: rgb(38,59,234); }
td.TdClassName
{
border-color: #263BEA;
}
.TagClassName
{
border-color: #263BEA;
}
</style>