Shades of Persian Blue #263DD8
Tints of Persian Blue #263DD8
RGB
CMYK
RGB Variations
Color information
#263DD8 (or 0x263DD8) is known color: Persian Blue. HEX triplet: 26, 3D and D8. RGB value is (38,61,216). Sum of RGB (Red+Green+Blue) = 38+61+216=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 216 (84.77% from 255 or 68.57% from 315); Max value from RGB is 216 - color contains mainly: blue. Hex color #263DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DD8 is #D9C227. Grayscale: #474747. Windows color (decimal): -14271016 or 14171430. OLE color: 14171430.
HSL color Cylindrical-coordinate representation of color #263DD8: hue angle of 232.25º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #263DD8 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 61 | 216 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.15 |
| HSL | 232.25º | 0.7% | 0.5% | - |
| HSV(B) | 232.25º | 0.82% | 0.85% | - |
| XYZ | 14.86 | 8.71 | 65.86 | - |
| YUV | 71.79 | 209.38 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 216 | 0.82 | 0.72 | 0 | 0.15 | 232.25 | 0.7 | 0.5 |
| Hex | 26 | 3D | D8 | 52 | 48 | 0 | F | E8 | 46 | 32 |
| Octal | 46 | 75 | 330 | 122 | 110 | 0 | 17 | 350 | 106 | 62 |
| Binary | 100110 | 111101 | 11011000 | 1010010 | 1001000 | 0 | 1111 | 11101000 | 1000110 | 110010 |
Color Harmonies of #263DD8
Complementary color
Monochromatic Colors of #263DD8
Black with #263DD8
Text Example
Text Example
White with #263DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DD8; }
p { color: rgb(38,61,216); }
H1.HeaderClassName
{
color: #263DD8;
}
.AnyTagClassName
{
color: #263DD8;
}
</style>
background-color css
<style>
a { background-color: #263DD8; }
a { background-color: rgb(38,61,216); }
div.DivClassName
{
background-color: #263DD8;
}
.BgClassName
{
background-color: #263DD8;
}
</style>
border-color css
<style>
span { border-color: #263DD8; }
span { border-color: rgb(38,61,216); }
td.TdClassName
{
border-color: #263DD8;
}
.TagClassName
{
border-color: #263DD8;
}
</style>