Shades of Persian Blue #2F26A6
Tints of Persian Blue #2F26A6
RGB
CMYK
RGB Variations
Color information
#2F26A6 (or 0x2F26A6) is known color: Persian Blue. HEX triplet: 2F, 26 and A6. RGB value is (47,38,166). Sum of RGB (Red+Green+Blue) = 47+38+166=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 166 (65.23% from 255 or 66.14% from 251); Max value from RGB is 166 - color contains mainly: blue. Hex color #2F26A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F26A6 is #D0D959. Grayscale: #363636. Windows color (decimal): -13687130 or 10888751. OLE color: 10888751.
HSL color Cylindrical-coordinate representation of color #2F26A6: hue angle of 244.22º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F26A6 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 38 | 166 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.35 |
| HSL | 244.22º | 0.63% | 0.4% | - |
| HSV(B) | 244.22º | 0.77% | 0.65% | - |
| XYZ | 8.75 | 4.74 | 36.53 | - |
| YUV | 55.28 | 190.48 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 166 | 0.72 | 0.77 | 0 | 0.35 | 244.22 | 0.63 | 0.4 |
| Hex | 2F | 26 | A6 | 48 | 4D | 0 | 23 | F4 | 3F | 28 |
| Octal | 57 | 46 | 246 | 110 | 115 | 0 | 43 | 364 | 77 | 50 |
| Binary | 101111 | 100110 | 10100110 | 1001000 | 1001101 | 0 | 100011 | 11110100 | 111111 | 101000 |
Color Harmonies of #2F26A6
Complementary color
Monochromatic Colors of #2F26A6
Black with #2F26A6
Text Example
Text Example
White with #2F26A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F26A6; }
p { color: rgb(47,38,166); }
H1.HeaderClassName
{
color: #2F26A6;
}
.AnyTagClassName
{
color: #2F26A6;
}
</style>
background-color css
<style>
a { background-color: #2F26A6; }
a { background-color: rgb(47,38,166); }
div.DivClassName
{
background-color: #2F26A6;
}
.BgClassName
{
background-color: #2F26A6;
}
</style>
border-color css
<style>
span { border-color: #2F26A6; }
span { border-color: rgb(47,38,166); }
td.TdClassName
{
border-color: #2F26A6;
}
.TagClassName
{
border-color: #2F26A6;
}
</style>