Shades of Persian Blue #262CDE
Tints of Persian Blue #262CDE
RGB
CMYK
RGB Variations
Color information
#262CDE (or 0x262CDE) is known color: Persian Blue. HEX triplet: 26, 2C and DE. RGB value is (38,44,222). Sum of RGB (Red+Green+Blue) = 38+44+222=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #262CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262CDE is #D9D321. Grayscale: #3D3D3D. Windows color (decimal): -14275362 or 14560294. OLE color: 14560294.
HSL color Cylindrical-coordinate representation of color #262CDE: hue angle of 238.04º 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 #262CDE is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 44 | 222 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.13 |
| HSL | 238.04º | 0.74% | 0.51% | - |
| HSV(B) | 238.04º | 0.83% | 0.87% | - |
| XYZ | 14.88 | 7.49 | 69.77 | - |
| YUV | 62.5 | 218.01 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 222 | 0.83 | 0.80 | 0 | 0.13 | 238.04 | 0.74 | 0.51 |
| Hex | 26 | 2C | DE | 53 | 50 | 0 | D | EE | 4A | 33 |
| Octal | 46 | 54 | 336 | 123 | 120 | 0 | 15 | 356 | 112 | 63 |
| Binary | 100110 | 101100 | 11011110 | 1010011 | 1010000 | 0 | 1101 | 11101110 | 1001010 | 110011 |
Color Harmonies of #262CDE
Complementary color
Monochromatic Colors of #262CDE
Black with #262CDE
Text Example
Text Example
White with #262CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262CDE; }
p { color: rgb(38,44,222); }
H1.HeaderClassName
{
color: #262CDE;
}
.AnyTagClassName
{
color: #262CDE;
}
</style>
background-color css
<style>
a { background-color: #262CDE; }
a { background-color: rgb(38,44,222); }
div.DivClassName
{
background-color: #262CDE;
}
.BgClassName
{
background-color: #262CDE;
}
</style>
border-color css
<style>
span { border-color: #262CDE; }
span { border-color: rgb(38,44,222); }
td.TdClassName
{
border-color: #262CDE;
}
.TagClassName
{
border-color: #262CDE;
}
</style>