Shades of Persian Blue #262ADC
Tints of Persian Blue #262ADC
RGB
CMYK
RGB Variations
Color information
#262ADC (or 0x262ADC) is known color: Persian Blue. HEX triplet: 26, 2A and DC. RGB value is (38,42,220). Sum of RGB (Red+Green+Blue) = 38+42+220=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #262ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262ADC is #D9D523. Grayscale: #3C3C3C. Windows color (decimal): -14275876 or 14428710. OLE color: 14428710.
HSL color Cylindrical-coordinate representation of color #262ADC: hue angle of 238.68º 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 #262ADC is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 42 | 220 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.14 |
| HSL | 238.68º | 0.72% | 0.51% | - |
| HSV(B) | 238.68º | 0.83% | 0.86% | - |
| XYZ | 14.55 | 7.24 | 68.34 | - |
| YUV | 61.1 | 217.67 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 220 | 0.83 | 0.81 | 0 | 0.14 | 238.68 | 0.72 | 0.51 |
| Hex | 26 | 2A | DC | 53 | 51 | 0 | E | EF | 48 | 33 |
| Octal | 46 | 52 | 334 | 123 | 121 | 0 | 16 | 357 | 110 | 63 |
| Binary | 100110 | 101010 | 11011100 | 1010011 | 1010001 | 0 | 1110 | 11101111 | 1001000 | 110011 |
Color Harmonies of #262ADC
Complementary color
Monochromatic Colors of #262ADC
Black with #262ADC
Text Example
Text Example
White with #262ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262ADC; }
p { color: rgb(38,42,220); }
H1.HeaderClassName
{
color: #262ADC;
}
.AnyTagClassName
{
color: #262ADC;
}
</style>
background-color css
<style>
a { background-color: #262ADC; }
a { background-color: rgb(38,42,220); }
div.DivClassName
{
background-color: #262ADC;
}
.BgClassName
{
background-color: #262ADC;
}
</style>
border-color css
<style>
span { border-color: #262ADC; }
span { border-color: rgb(38,42,220); }
td.TdClassName
{
border-color: #262ADC;
}
.TagClassName
{
border-color: #262ADC;
}
</style>