Shades of Persian Blue #263DDA
Tints of Persian Blue #263DDA
RGB
CMYK
RGB Variations
Color information
#263DDA (or 0x263DDA) is known color: Persian Blue. HEX triplet: 26, 3D and DA. RGB value is (38,61,218). Sum of RGB (Red+Green+Blue) = 38+61+218=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #263DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DDA is #D9C225. Grayscale: #474747. Windows color (decimal): -14271014 or 14302502. OLE color: 14302502.
HSL color Cylindrical-coordinate representation of color #263DDA: hue angle of 232.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263DDA is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 61 | 218 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.15 |
| HSL | 232.33º | 0.71% | 0.5% | - |
| HSV(B) | 232.33º | 0.83% | 0.85% | - |
| XYZ | 15.12 | 8.81 | 67.23 | - |
| YUV | 72.02 | 210.38 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 218 | 0.83 | 0.72 | 0 | 0.15 | 232.33 | 0.71 | 0.5 |
| Hex | 26 | 3D | DA | 53 | 48 | 0 | F | E8 | 47 | 32 |
| Octal | 46 | 75 | 332 | 123 | 110 | 0 | 17 | 350 | 107 | 62 |
| Binary | 100110 | 111101 | 11011010 | 1010011 | 1001000 | 0 | 1111 | 11101000 | 1000111 | 110010 |
Color Harmonies of #263DDA
Complementary color
Monochromatic Colors of #263DDA
Black with #263DDA
Text Example
Text Example
White with #263DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DDA; }
p { color: rgb(38,61,218); }
H1.HeaderClassName
{
color: #263DDA;
}
.AnyTagClassName
{
color: #263DDA;
}
</style>
background-color css
<style>
a { background-color: #263DDA; }
a { background-color: rgb(38,61,218); }
div.DivClassName
{
background-color: #263DDA;
}
.BgClassName
{
background-color: #263DDA;
}
</style>
border-color css
<style>
span { border-color: #263DDA; }
span { border-color: rgb(38,61,218); }
td.TdClassName
{
border-color: #263DDA;
}
.TagClassName
{
border-color: #263DDA;
}
</style>