Shades of Persian Blue #263CDD
Tints of Persian Blue #263CDD
RGB
CMYK
RGB Variations
Color information
#263CDD (or 0x263CDD) is known color: Persian Blue. HEX triplet: 26, 3C and DD. RGB value is (38,60,221). Sum of RGB (Red+Green+Blue) = 38+60+221=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #263CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CDD is #D9C322. Grayscale: #474747. Windows color (decimal): -14271267 or 14498854. OLE color: 14498854.
HSL color Cylindrical-coordinate representation of color #263CDD: hue angle of 232.79º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263CDD is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 60 | 221 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.13 |
| HSL | 232.79º | 0.73% | 0.51% | - |
| HSV(B) | 232.79º | 0.83% | 0.87% | - |
| XYZ | 15.47 | 8.86 | 69.3 | - |
| YUV | 71.78 | 212.21 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 221 | 0.83 | 0.73 | 0 | 0.13 | 232.79 | 0.73 | 0.51 |
| Hex | 26 | 3C | DD | 53 | 49 | 0 | D | E9 | 49 | 33 |
| Octal | 46 | 74 | 335 | 123 | 111 | 0 | 15 | 351 | 111 | 63 |
| Binary | 100110 | 111100 | 11011101 | 1010011 | 1001001 | 0 | 1101 | 11101001 | 1001001 | 110011 |
Color Harmonies of #263CDD
Complementary color
Monochromatic Colors of #263CDD
Black with #263CDD
Text Example
Text Example
White with #263CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CDD; }
p { color: rgb(38,60,221); }
H1.HeaderClassName
{
color: #263CDD;
}
.AnyTagClassName
{
color: #263CDD;
}
</style>
background-color css
<style>
a { background-color: #263CDD; }
a { background-color: rgb(38,60,221); }
div.DivClassName
{
background-color: #263CDD;
}
.BgClassName
{
background-color: #263CDD;
}
</style>
border-color css
<style>
span { border-color: #263CDD; }
span { border-color: rgb(38,60,221); }
td.TdClassName
{
border-color: #263CDD;
}
.TagClassName
{
border-color: #263CDD;
}
</style>