Shades of Persian Blue #262AD4
Tints of Persian Blue #262AD4
RGB
CMYK
RGB Variations
Color information
#262AD4 (or 0x262AD4) is known color: Persian Blue. HEX triplet: 26, 2A and D4. RGB value is (38,42,212). Sum of RGB (Red+Green+Blue) = 38+42+212=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 212 (83.20% from 255 or 72.60% from 292); Max value from RGB is 212 - color contains mainly: blue. Hex color #262AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262AD4 is #D9D52B. Grayscale: #3B3B3B. Windows color (decimal): -14275884 or 13904422. OLE color: 13904422.
HSL color Cylindrical-coordinate representation of color #262AD4: hue angle of 238.62º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #262AD4 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 42 | 212 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.17 |
| HSL | 238.62º | 0.7% | 0.49% | - |
| HSV(B) | 238.62º | 0.82% | 0.83% | - |
| XYZ | 13.51 | 6.82 | 62.89 | - |
| YUV | 60.18 | 213.67 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 212 | 0.82 | 0.80 | 0 | 0.17 | 238.62 | 0.7 | 0.49 |
| Hex | 26 | 2A | D4 | 52 | 50 | 0 | 11 | EF | 46 | 31 |
| Octal | 46 | 52 | 324 | 122 | 120 | 0 | 21 | 357 | 106 | 61 |
| Binary | 100110 | 101010 | 11010100 | 1010010 | 1010000 | 0 | 10001 | 11101111 | 1000110 | 110001 |
Color Harmonies of #262AD4
Complementary color
Monochromatic Colors of #262AD4
Black with #262AD4
Text Example
Text Example
White with #262AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262AD4; }
p { color: rgb(38,42,212); }
H1.HeaderClassName
{
color: #262AD4;
}
.AnyTagClassName
{
color: #262AD4;
}
</style>
background-color css
<style>
a { background-color: #262AD4; }
a { background-color: rgb(38,42,212); }
div.DivClassName
{
background-color: #262AD4;
}
.BgClassName
{
background-color: #262AD4;
}
</style>
border-color css
<style>
span { border-color: #262AD4; }
span { border-color: rgb(38,42,212); }
td.TdClassName
{
border-color: #262AD4;
}
.TagClassName
{
border-color: #262AD4;
}
</style>