Shades of Persian Blue #263EE7
Tints of Persian Blue #263EE7
RGB
CMYK
RGB Variations
Color information
#263EE7 (or 0x263EE7) is known color: Persian Blue. HEX triplet: 26, 3E and E7. RGB value is (38,62,231). Sum of RGB (Red+Green+Blue) = 38+62+231=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 231 (90.62% from 255 or 69.79% from 331); Max value from RGB is 231 - color contains mainly: blue. Hex color #263EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263EE7 is #D9C118. Grayscale: #494949. Windows color (decimal): -14270745 or 15154726. OLE color: 15154726.
HSL color Cylindrical-coordinate representation of color #263EE7: hue angle of 232.54º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263EE7 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 62 | 231 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.09 |
| HSL | 232.54º | 0.8% | 0.53% | - |
| HSV(B) | 232.54º | 0.84% | 0.91% | - |
| XYZ | 16.95 | 9.63 | 76.57 | - |
| YUV | 74.09 | 216.55 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 231 | 0.84 | 0.73 | 0 | 0.09 | 232.54 | 0.8 | 0.53 |
| Hex | 26 | 3E | E7 | 54 | 49 | 0 | 9 | E9 | 50 | 35 |
| Octal | 46 | 76 | 347 | 124 | 111 | 0 | 11 | 351 | 120 | 65 |
| Binary | 100110 | 111110 | 11100111 | 1010100 | 1001001 | 0 | 1001 | 11101001 | 1010000 | 110101 |
Color Harmonies of #263EE7
Complementary color
Monochromatic Colors of #263EE7
Black with #263EE7
Text Example
Text Example
White with #263EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263EE7; }
p { color: rgb(38,62,231); }
H1.HeaderClassName
{
color: #263EE7;
}
.AnyTagClassName
{
color: #263EE7;
}
</style>
background-color css
<style>
a { background-color: #263EE7; }
a { background-color: rgb(38,62,231); }
div.DivClassName
{
background-color: #263EE7;
}
.BgClassName
{
background-color: #263EE7;
}
</style>
border-color css
<style>
span { border-color: #263EE7; }
span { border-color: rgb(38,62,231); }
td.TdClassName
{
border-color: #263EE7;
}
.TagClassName
{
border-color: #263EE7;
}
</style>