Shades of Persian Blue #262DE4
Tints of Persian Blue #262DE4
RGB
CMYK
RGB Variations
Color information
#262DE4 (or 0x262DE4) is known color: Persian Blue. HEX triplet: 26, 2D and E4. RGB value is (38,45,228). Sum of RGB (Red+Green+Blue) = 38+45+228=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 228 (89.45% from 255 or 73.31% from 311); Max value from RGB is 228 - color contains mainly: blue. Hex color #262DE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262DE4 is #D9D21B. Grayscale: #3F3F3F. Windows color (decimal): -14275100 or 14953766. OLE color: 14953766.
HSL color Cylindrical-coordinate representation of color #262DE4: hue angle of 237.79º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262DE4 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 45 | 228 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.11 |
| HSL | 237.79º | 0.78% | 0.52% | - |
| HSV(B) | 237.79º | 0.83% | 0.89% | - |
| XYZ | 15.74 | 7.89 | 74.09 | - |
| YUV | 63.77 | 220.68 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 228 | 0.83 | 0.80 | 0 | 0.11 | 237.79 | 0.78 | 0.52 |
| Hex | 26 | 2D | E4 | 53 | 50 | 0 | B | EE | 4E | 34 |
| Octal | 46 | 55 | 344 | 123 | 120 | 0 | 13 | 356 | 116 | 64 |
| Binary | 100110 | 101101 | 11100100 | 1010011 | 1010000 | 0 | 1011 | 11101110 | 1001110 | 110100 |
Color Harmonies of #262DE4
Complementary color
Monochromatic Colors of #262DE4
Black with #262DE4
Text Example
Text Example
White with #262DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262DE4; }
p { color: rgb(38,45,228); }
H1.HeaderClassName
{
color: #262DE4;
}
.AnyTagClassName
{
color: #262DE4;
}
</style>
background-color css
<style>
a { background-color: #262DE4; }
a { background-color: rgb(38,45,228); }
div.DivClassName
{
background-color: #262DE4;
}
.BgClassName
{
background-color: #262DE4;
}
</style>
border-color css
<style>
span { border-color: #262DE4; }
span { border-color: rgb(38,45,228); }
td.TdClassName
{
border-color: #262DE4;
}
.TagClassName
{
border-color: #262DE4;
}
</style>