Shades of Persian Blue #262BDD
Tints of Persian Blue #262BDD
RGB
CMYK
RGB Variations
Color information
#262BDD (or 0x262BDD) is known color: Persian Blue. HEX triplet: 26, 2B and DD. RGB value is (38,43,221). Sum of RGB (Red+Green+Blue) = 38+43+221=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #262BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262BDD is #D9D422. Grayscale: #3D3D3D. Windows color (decimal): -14275619 or 14494502. OLE color: 14494502.
HSL color Cylindrical-coordinate representation of color #262BDD: hue angle of 238.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262BDD is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 43 | 221 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.13 |
| HSL | 238.36º | 0.73% | 0.51% | - |
| HSV(B) | 238.36º | 0.83% | 0.87% | - |
| XYZ | 14.71 | 7.36 | 69.05 | - |
| YUV | 61.8 | 217.84 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 221 | 0.83 | 0.81 | 0 | 0.13 | 238.36 | 0.73 | 0.51 |
| Hex | 26 | 2B | DD | 53 | 51 | 0 | D | EE | 49 | 33 |
| Octal | 46 | 53 | 335 | 123 | 121 | 0 | 15 | 356 | 111 | 63 |
| Binary | 100110 | 101011 | 11011101 | 1010011 | 1010001 | 0 | 1101 | 11101110 | 1001001 | 110011 |
Color Harmonies of #262BDD
Complementary color
Monochromatic Colors of #262BDD
Black with #262BDD
Text Example
Text Example
White with #262BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262BDD; }
p { color: rgb(38,43,221); }
H1.HeaderClassName
{
color: #262BDD;
}
.AnyTagClassName
{
color: #262BDD;
}
</style>
background-color css
<style>
a { background-color: #262BDD; }
a { background-color: rgb(38,43,221); }
div.DivClassName
{
background-color: #262BDD;
}
.BgClassName
{
background-color: #262BDD;
}
</style>
border-color css
<style>
span { border-color: #262BDD; }
span { border-color: rgb(38,43,221); }
td.TdClassName
{
border-color: #262BDD;
}
.TagClassName
{
border-color: #262BDD;
}
</style>