Shades of Persian Blue #262BAD
Tints of Persian Blue #262BAD
RGB
CMYK
RGB Variations
Color information
#262BAD (or 0x262BAD) is known color: Persian Blue. HEX triplet: 26, 2B and AD. RGB value is (38,43,173). Sum of RGB (Red+Green+Blue) = 38+43+173=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #262BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262BAD is #D9D452. Grayscale: #373737. Windows color (decimal): -14275667 or 11348774. OLE color: 11348774.
HSL color Cylindrical-coordinate representation of color #262BAD: hue angle of 237.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #262BAD is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 43 | 173 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.32 |
| HSL | 237.78º | 0.64% | 0.41% | - |
| HSV(B) | 237.78º | 0.78% | 0.68% | - |
| XYZ | 9.21 | 5.16 | 40.05 | - |
| YUV | 56.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 173 | 0.78 | 0.75 | 0 | 0.32 | 237.78 | 0.64 | 0.41 |
| Hex | 26 | 2B | AD | 4E | 4B | 0 | 20 | EE | 40 | 29 |
| Octal | 46 | 53 | 255 | 116 | 113 | 0 | 40 | 356 | 100 | 51 |
| Binary | 100110 | 101011 | 10101101 | 1001110 | 1001011 | 0 | 100000 | 11101110 | 1000000 | 101001 |
Color Harmonies of #262BAD
Complementary color
Monochromatic Colors of #262BAD
Black with #262BAD
Text Example
Text Example
White with #262BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262BAD; }
p { color: rgb(38,43,173); }
H1.HeaderClassName
{
color: #262BAD;
}
.AnyTagClassName
{
color: #262BAD;
}
</style>
background-color css
<style>
a { background-color: #262BAD; }
a { background-color: rgb(38,43,173); }
div.DivClassName
{
background-color: #262BAD;
}
.BgClassName
{
background-color: #262BAD;
}
</style>
border-color css
<style>
span { border-color: #262BAD; }
span { border-color: rgb(38,43,173); }
td.TdClassName
{
border-color: #262BAD;
}
.TagClassName
{
border-color: #262BAD;
}
</style>