Shades of Persian Blue #262CEA
Tints of Persian Blue #262CEA
RGB
CMYK
RGB Variations
Color information
#262CEA (or 0x262CEA) is known color: Persian Blue. HEX triplet: 26, 2C and EA. RGB value is (38,44,234). Sum of RGB (Red+Green+Blue) = 38+44+234=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #262CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #262CEA is #D9D315. Grayscale: #3F3F3F. Windows color (decimal): -14275350 or 15346726. OLE color: 15346726.
HSL color Cylindrical-coordinate representation of color #262CEA: hue angle of 238.16º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #262CEA is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 44 | 234 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.08 |
| HSL | 238.16º | 0.82% | 0.53% | - |
| HSV(B) | 238.16º | 0.84% | 0.92% | - |
| XYZ | 16.55 | 8.15 | 78.54 | - |
| YUV | 63.87 | 224.01 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 234 | 0.84 | 0.81 | 0 | 0.08 | 238.16 | 0.82 | 0.53 |
| Hex | 26 | 2C | EA | 54 | 51 | 0 | 8 | EE | 52 | 35 |
| Octal | 46 | 54 | 352 | 124 | 121 | 0 | 10 | 356 | 122 | 65 |
| Binary | 100110 | 101100 | 11101010 | 1010100 | 1010001 | 0 | 1000 | 11101110 | 1010010 | 110101 |
Color Harmonies of #262CEA
Complementary color
Monochromatic Colors of #262CEA
Black with #262CEA
Text Example
Text Example
White with #262CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262CEA; }
p { color: rgb(38,44,234); }
H1.HeaderClassName
{
color: #262CEA;
}
.AnyTagClassName
{
color: #262CEA;
}
</style>
background-color css
<style>
a { background-color: #262CEA; }
a { background-color: rgb(38,44,234); }
div.DivClassName
{
background-color: #262CEA;
}
.BgClassName
{
background-color: #262CEA;
}
</style>
border-color css
<style>
span { border-color: #262CEA; }
span { border-color: rgb(38,44,234); }
td.TdClassName
{
border-color: #262CEA;
}
.TagClassName
{
border-color: #262CEA;
}
</style>