Shades of Persian Blue #263DDE
Tints of Persian Blue #263DDE
RGB
CMYK
RGB Variations
Color information
#263DDE (or 0x263DDE) is known color: Persian Blue. HEX triplet: 26, 3D and DE. RGB value is (38,61,222). Sum of RGB (Red+Green+Blue) = 38+61+222=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #263DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DDE is #D9C221. Grayscale: #474747. Windows color (decimal): -14271010 or 14564646. OLE color: 14564646.
HSL color Cylindrical-coordinate representation of color #263DDE: hue angle of 232.5º degrees, saturation: 0.74, 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 #263DDE is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 61 | 222 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.13 |
| HSL | 232.5º | 0.74% | 0.51% | - |
| HSV(B) | 232.5º | 0.83% | 0.87% | - |
| XYZ | 15.65 | 9.02 | 70.02 | - |
| YUV | 72.48 | 212.38 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 222 | 0.83 | 0.73 | 0 | 0.13 | 232.5 | 0.74 | 0.51 |
| Hex | 26 | 3D | DE | 53 | 49 | 0 | D | E8 | 4A | 33 |
| Octal | 46 | 75 | 336 | 123 | 111 | 0 | 15 | 350 | 112 | 63 |
| Binary | 100110 | 111101 | 11011110 | 1010011 | 1001001 | 0 | 1101 | 11101000 | 1001010 | 110011 |
Color Harmonies of #263DDE
Complementary color
Monochromatic Colors of #263DDE
Black with #263DDE
Text Example
Text Example
White with #263DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DDE; }
p { color: rgb(38,61,222); }
H1.HeaderClassName
{
color: #263DDE;
}
.AnyTagClassName
{
color: #263DDE;
}
</style>
background-color css
<style>
a { background-color: #263DDE; }
a { background-color: rgb(38,61,222); }
div.DivClassName
{
background-color: #263DDE;
}
.BgClassName
{
background-color: #263DDE;
}
</style>
border-color css
<style>
span { border-color: #263DDE; }
span { border-color: rgb(38,61,222); }
td.TdClassName
{
border-color: #263DDE;
}
.TagClassName
{
border-color: #263DDE;
}
</style>