Shades of Persian Blue #263AD4
Tints of Persian Blue #263AD4
RGB
CMYK
RGB Variations
Color information
#263AD4 (or 0x263AD4) is known color: Persian Blue. HEX triplet: 26, 3A and D4. RGB value is (38,58,212). Sum of RGB (Red+Green+Blue) = 38+58+212=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 212 (83.20% from 255 or 68.83% from 308); Max value from RGB is 212 - color contains mainly: blue. Hex color #263AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263AD4 is #D9C52B. Grayscale: #444444. Windows color (decimal): -14271788 or 13908518. OLE color: 13908518.
HSL color Cylindrical-coordinate representation of color #263AD4: hue angle of 233.1º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #263AD4 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 58 | 212 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.17 |
| HSL | 233.1º | 0.7% | 0.49% | - |
| HSV(B) | 233.1º | 0.82% | 0.83% | - |
| XYZ | 14.2 | 8.19 | 63.12 | - |
| YUV | 69.58 | 208.37 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 212 | 0.82 | 0.73 | 0 | 0.17 | 233.1 | 0.7 | 0.49 |
| Hex | 26 | 3A | D4 | 52 | 49 | 0 | 11 | E9 | 46 | 31 |
| Octal | 46 | 72 | 324 | 122 | 111 | 0 | 21 | 351 | 106 | 61 |
| Binary | 100110 | 111010 | 11010100 | 1010010 | 1001001 | 0 | 10001 | 11101001 | 1000110 | 110001 |
Color Harmonies of #263AD4
Complementary color
Monochromatic Colors of #263AD4
Black with #263AD4
Text Example
Text Example
White with #263AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263AD4; }
p { color: rgb(38,58,212); }
H1.HeaderClassName
{
color: #263AD4;
}
.AnyTagClassName
{
color: #263AD4;
}
</style>
background-color css
<style>
a { background-color: #263AD4; }
a { background-color: rgb(38,58,212); }
div.DivClassName
{
background-color: #263AD4;
}
.BgClassName
{
background-color: #263AD4;
}
</style>
border-color css
<style>
span { border-color: #263AD4; }
span { border-color: rgb(38,58,212); }
td.TdClassName
{
border-color: #263AD4;
}
.TagClassName
{
border-color: #263AD4;
}
</style>