Shades of Persian Blue #263ADC
Tints of Persian Blue #263ADC
RGB
CMYK
RGB Variations
Color information
#263ADC (or 0x263ADC) is known color: Persian Blue. HEX triplet: 26, 3A and DC. RGB value is (38,58,220). Sum of RGB (Red+Green+Blue) = 38+58+220=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #263ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ADC is #D9C523. Grayscale: #454545. Windows color (decimal): -14271780 or 14432806. OLE color: 14432806.
HSL color Cylindrical-coordinate representation of color #263ADC: hue angle of 233.41º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263ADC is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 58 | 220 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.14 |
| HSL | 233.41º | 0.72% | 0.51% | - |
| HSV(B) | 233.41º | 0.83% | 0.86% | - |
| XYZ | 15.23 | 8.61 | 68.57 | - |
| YUV | 70.49 | 212.37 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 220 | 0.83 | 0.74 | 0 | 0.14 | 233.41 | 0.72 | 0.51 |
| Hex | 26 | 3A | DC | 53 | 4A | 0 | E | E9 | 48 | 33 |
| Octal | 46 | 72 | 334 | 123 | 112 | 0 | 16 | 351 | 110 | 63 |
| Binary | 100110 | 111010 | 11011100 | 1010011 | 1001010 | 0 | 1110 | 11101001 | 1001000 | 110011 |
Color Harmonies of #263ADC
Complementary color
Monochromatic Colors of #263ADC
Black with #263ADC
Text Example
Text Example
White with #263ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263ADC; }
p { color: rgb(38,58,220); }
H1.HeaderClassName
{
color: #263ADC;
}
.AnyTagClassName
{
color: #263ADC;
}
</style>
background-color css
<style>
a { background-color: #263ADC; }
a { background-color: rgb(38,58,220); }
div.DivClassName
{
background-color: #263ADC;
}
.BgClassName
{
background-color: #263ADC;
}
</style>
border-color css
<style>
span { border-color: #263ADC; }
span { border-color: rgb(38,58,220); }
td.TdClassName
{
border-color: #263ADC;
}
.TagClassName
{
border-color: #263ADC;
}
</style>