Shades of Persian Blue #263DDD
Tints of Persian Blue #263DDD
RGB
CMYK
RGB Variations
Color information
#263DDD (or 0x263DDD) is known color: Persian Blue. HEX triplet: 26, 3D and DD. RGB value is (38,61,221). Sum of RGB (Red+Green+Blue) = 38+61+221=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #263DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DDD is #D9C222. Grayscale: #474747. Windows color (decimal): -14271011 or 14499110. OLE color: 14499110.
HSL color Cylindrical-coordinate representation of color #263DDD: hue angle of 232.46º 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 #263DDD is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 61 | 221 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.13 |
| HSL | 232.46º | 0.73% | 0.51% | - |
| HSV(B) | 232.46º | 0.83% | 0.87% | - |
| XYZ | 15.52 | 8.97 | 69.32 | - |
| YUV | 72.36 | 211.88 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 221 | 0.83 | 0.72 | 0 | 0.13 | 232.46 | 0.73 | 0.51 |
| Hex | 26 | 3D | DD | 53 | 48 | 0 | D | E8 | 49 | 33 |
| Octal | 46 | 75 | 335 | 123 | 110 | 0 | 15 | 350 | 111 | 63 |
| Binary | 100110 | 111101 | 11011101 | 1010011 | 1001000 | 0 | 1101 | 11101000 | 1001001 | 110011 |
Color Harmonies of #263DDD
Complementary color
Monochromatic Colors of #263DDD
Black with #263DDD
Text Example
Text Example
White with #263DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DDD; }
p { color: rgb(38,61,221); }
H1.HeaderClassName
{
color: #263DDD;
}
.AnyTagClassName
{
color: #263DDD;
}
</style>
background-color css
<style>
a { background-color: #263DDD; }
a { background-color: rgb(38,61,221); }
div.DivClassName
{
background-color: #263DDD;
}
.BgClassName
{
background-color: #263DDD;
}
</style>
border-color css
<style>
span { border-color: #263DDD; }
span { border-color: rgb(38,61,221); }
td.TdClassName
{
border-color: #263DDD;
}
.TagClassName
{
border-color: #263DDD;
}
</style>