Shades of Persian Blue #2616B6
Tints of Persian Blue #2616B6
RGB
CMYK
RGB Variations
Color information
#2616B6 (or 0x2616B6) is known color: Persian Blue. HEX triplet: 26, 16 and B6. RGB value is (38,22,182). Sum of RGB (Red+Green+Blue) = 38+22+182=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 182 (71.48% from 255 or 75.21% from 242); Max value from RGB is 182 - color contains mainly: blue. Hex color #2616B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2616B6 is #D9E949. Grayscale: #2C2C2C. Windows color (decimal): -14281034 or 11933222. OLE color: 11933222.
HSL color Cylindrical-coordinate representation of color #2616B6: hue angle of 246º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2616B6 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 22 | 182 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.29 |
| HSL | 246º | 0.78% | 0.4% | - |
| HSV(B) | 246º | 0.88% | 0.71% | - |
| XYZ | 9.53 | 4.36 | 44.6 | - |
| YUV | 45.02 | 205.3 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 182 | 0.79 | 0.88 | 0 | 0.29 | 246 | 0.78 | 0.4 |
| Hex | 26 | 16 | B6 | 4F | 58 | 0 | 1D | F6 | 4E | 28 |
| Octal | 46 | 26 | 266 | 117 | 130 | 0 | 35 | 366 | 116 | 50 |
| Binary | 100110 | 10110 | 10110110 | 1001111 | 1011000 | 0 | 11101 | 11110110 | 1001110 | 101000 |
Color Harmonies of #2616B6
Complementary color
Monochromatic Colors of #2616B6
Black with #2616B6
Text Example
Text Example
White with #2616B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2616B6; }
p { color: rgb(38,22,182); }
H1.HeaderClassName
{
color: #2616B6;
}
.AnyTagClassName
{
color: #2616B6;
}
</style>
background-color css
<style>
a { background-color: #2616B6; }
a { background-color: rgb(38,22,182); }
div.DivClassName
{
background-color: #2616B6;
}
.BgClassName
{
background-color: #2616B6;
}
</style>
border-color css
<style>
span { border-color: #2616B6; }
span { border-color: rgb(38,22,182); }
td.TdClassName
{
border-color: #2616B6;
}
.TagClassName
{
border-color: #2616B6;
}
</style>