Shades of Persian Blue #263CDA
Tints of Persian Blue #263CDA
RGB
CMYK
RGB Variations
Color information
#263CDA (or 0x263CDA) is known color: Persian Blue. HEX triplet: 26, 3C and DA. RGB value is (38,60,218). Sum of RGB (Red+Green+Blue) = 38+60+218=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #263CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CDA is #D9C325. Grayscale: #464646. Windows color (decimal): -14271270 or 14302246. OLE color: 14302246.
HSL color Cylindrical-coordinate representation of color #263CDA: hue angle of 232.67º 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 #263CDA is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 60 | 218 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.15 |
| HSL | 232.67º | 0.71% | 0.5% | - |
| HSV(B) | 232.67º | 0.83% | 0.85% | - |
| XYZ | 15.07 | 8.71 | 67.22 | - |
| YUV | 71.43 | 210.71 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 218 | 0.83 | 0.72 | 0 | 0.15 | 232.67 | 0.71 | 0.5 |
| Hex | 26 | 3C | DA | 53 | 48 | 0 | F | E9 | 47 | 32 |
| Octal | 46 | 74 | 332 | 123 | 110 | 0 | 17 | 351 | 107 | 62 |
| Binary | 100110 | 111100 | 11011010 | 1010011 | 1001000 | 0 | 1111 | 11101001 | 1000111 | 110010 |
Color Harmonies of #263CDA
Complementary color
Monochromatic Colors of #263CDA
Black with #263CDA
Text Example
Text Example
White with #263CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CDA; }
p { color: rgb(38,60,218); }
H1.HeaderClassName
{
color: #263CDA;
}
.AnyTagClassName
{
color: #263CDA;
}
</style>
background-color css
<style>
a { background-color: #263CDA; }
a { background-color: rgb(38,60,218); }
div.DivClassName
{
background-color: #263CDA;
}
.BgClassName
{
background-color: #263CDA;
}
</style>
border-color css
<style>
span { border-color: #263CDA; }
span { border-color: rgb(38,60,218); }
td.TdClassName
{
border-color: #263CDA;
}
.TagClassName
{
border-color: #263CDA;
}
</style>