Shades of Persian Blue #262AB8
Tints of Persian Blue #262AB8
RGB
CMYK
RGB Variations
Color information
#262AB8 (or 0x262AB8) is known color: Persian Blue. HEX triplet: 26, 2A and B8. RGB value is (38,42,184). Sum of RGB (Red+Green+Blue) = 38+42+184=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 184 (72.27% from 255 or 69.70% from 264); Max value from RGB is 184 - color contains mainly: blue. Hex color #262AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262AB8 is #D9D547. Grayscale: #383838. Windows color (decimal): -14275912 or 12069414. OLE color: 12069414.
HSL color Cylindrical-coordinate representation of color #262AB8: hue angle of 238.36º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #262AB8 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 42 | 184 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.28 |
| HSL | 238.36º | 0.66% | 0.44% | - |
| HSV(B) | 238.36º | 0.79% | 0.72% | - |
| XYZ | 10.28 | 5.53 | 45.87 | - |
| YUV | 56.99 | 199.67 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 184 | 0.79 | 0.77 | 0 | 0.28 | 238.36 | 0.66 | 0.44 |
| Hex | 26 | 2A | B8 | 4F | 4D | 0 | 1C | EE | 42 | 2C |
| Octal | 46 | 52 | 270 | 117 | 115 | 0 | 34 | 356 | 102 | 54 |
| Binary | 100110 | 101010 | 10111000 | 1001111 | 1001101 | 0 | 11100 | 11101110 | 1000010 | 101100 |
Color Harmonies of #262AB8
Complementary color
Monochromatic Colors of #262AB8
Black with #262AB8
Text Example
Text Example
White with #262AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262AB8; }
p { color: rgb(38,42,184); }
H1.HeaderClassName
{
color: #262AB8;
}
.AnyTagClassName
{
color: #262AB8;
}
</style>
background-color css
<style>
a { background-color: #262AB8; }
a { background-color: rgb(38,42,184); }
div.DivClassName
{
background-color: #262AB8;
}
.BgClassName
{
background-color: #262AB8;
}
</style>
border-color css
<style>
span { border-color: #262AB8; }
span { border-color: rgb(38,42,184); }
td.TdClassName
{
border-color: #262AB8;
}
.TagClassName
{
border-color: #262AB8;
}
</style>