Shades of Persian Blue #262DD8
Tints of Persian Blue #262DD8
RGB
CMYK
RGB Variations
Color information
#262DD8 (or 0x262DD8) is known color: Persian Blue. HEX triplet: 26, 2D and D8. RGB value is (38,45,216). Sum of RGB (Red+Green+Blue) = 38+45+216=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 216 (84.77% from 255 or 72.24% from 299); Max value from RGB is 216 - color contains mainly: blue. Hex color #262DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262DD8 is #D9D227. Grayscale: #3D3D3D. Windows color (decimal): -14275112 or 14167334. OLE color: 14167334.
HSL color Cylindrical-coordinate representation of color #262DD8: hue angle of 237.64º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #262DD8 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 45 | 216 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.15 |
| HSL | 237.64º | 0.7% | 0.5% | - |
| HSV(B) | 237.64º | 0.82% | 0.85% | - |
| XYZ | 14.13 | 7.25 | 65.62 | - |
| YUV | 62.4 | 214.68 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 216 | 0.82 | 0.79 | 0 | 0.15 | 237.64 | 0.7 | 0.5 |
| Hex | 26 | 2D | D8 | 52 | 4F | 0 | F | EE | 46 | 32 |
| Octal | 46 | 55 | 330 | 122 | 117 | 0 | 17 | 356 | 106 | 62 |
| Binary | 100110 | 101101 | 11011000 | 1010010 | 1001111 | 0 | 1111 | 11101110 | 1000110 | 110010 |
Color Harmonies of #262DD8
Complementary color
Monochromatic Colors of #262DD8
Black with #262DD8
Text Example
Text Example
White with #262DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262DD8; }
p { color: rgb(38,45,216); }
H1.HeaderClassName
{
color: #262DD8;
}
.AnyTagClassName
{
color: #262DD8;
}
</style>
background-color css
<style>
a { background-color: #262DD8; }
a { background-color: rgb(38,45,216); }
div.DivClassName
{
background-color: #262DD8;
}
.BgClassName
{
background-color: #262DD8;
}
</style>
border-color css
<style>
span { border-color: #262DD8; }
span { border-color: rgb(38,45,216); }
td.TdClassName
{
border-color: #262DD8;
}
.TagClassName
{
border-color: #262DD8;
}
</style>