Shades of Persian Blue #262ECD
Tints of Persian Blue #262ECD
RGB
CMYK
RGB Variations
Color information
#262ECD (or 0x262ECD) is known color: Persian Blue. HEX triplet: 26, 2E and CD. RGB value is (38,46,205). Sum of RGB (Red+Green+Blue) = 38+46+205=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #262ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262ECD is #D9D132. Grayscale: #3D3D3D. Windows color (decimal): -14274867 or 13446694. OLE color: 13446694.
HSL color Cylindrical-coordinate representation of color #262ECD: hue angle of 237.13º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #262ECD is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 46 | 205 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.20 |
| HSL | 237.13º | 0.69% | 0.48% | - |
| HSV(B) | 237.13º | 0.81% | 0.8% | - |
| XYZ | 12.8 | 6.77 | 58.39 | - |
| YUV | 61.73 | 208.85 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 205 | 0.81 | 0.78 | 0 | 0.20 | 237.13 | 0.69 | 0.48 |
| Hex | 26 | 2E | CD | 51 | 4E | 0 | 14 | ED | 45 | 30 |
| Octal | 46 | 56 | 315 | 121 | 116 | 0 | 24 | 355 | 105 | 60 |
| Binary | 100110 | 101110 | 11001101 | 1010001 | 1001110 | 0 | 10100 | 11101101 | 1000101 | 110000 |
Color Harmonies of #262ECD
Complementary color
Monochromatic Colors of #262ECD
Black with #262ECD
Text Example
Text Example
White with #262ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262ECD; }
p { color: rgb(38,46,205); }
H1.HeaderClassName
{
color: #262ECD;
}
.AnyTagClassName
{
color: #262ECD;
}
</style>
background-color css
<style>
a { background-color: #262ECD; }
a { background-color: rgb(38,46,205); }
div.DivClassName
{
background-color: #262ECD;
}
.BgClassName
{
background-color: #262ECD;
}
</style>
border-color css
<style>
span { border-color: #262ECD; }
span { border-color: rgb(38,46,205); }
td.TdClassName
{
border-color: #262ECD;
}
.TagClassName
{
border-color: #262ECD;
}
</style>