Shades of Persian Blue #2F26BC
Tints of Persian Blue #2F26BC
RGB
CMYK
RGB Variations
Color information
#2F26BC (or 0x2F26BC) is known color: Persian Blue. HEX triplet: 2F, 26 and BC. RGB value is (47,38,188). Sum of RGB (Red+Green+Blue) = 47+38+188=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F26BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F26BC is #D0D943. Grayscale: #393939. Windows color (decimal): -13687108 or 12330543. OLE color: 12330543.
HSL color Cylindrical-coordinate representation of color #2F26BC: hue angle of 243.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F26BC is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 38 | 188 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.26 |
| HSL | 243.6º | 0.66% | 0.44% | - |
| HSV(B) | 243.6º | 0.8% | 0.74% | - |
| XYZ | 10.94 | 5.62 | 48.09 | - |
| YUV | 57.79 | 201.48 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 188 | 0.75 | 0.80 | 0 | 0.26 | 243.6 | 0.66 | 0.44 |
| Hex | 2F | 26 | BC | 4B | 50 | 0 | 1A | F4 | 42 | 2C |
| Octal | 57 | 46 | 274 | 113 | 120 | 0 | 32 | 364 | 102 | 54 |
| Binary | 101111 | 100110 | 10111100 | 1001011 | 1010000 | 0 | 11010 | 11110100 | 1000010 | 101100 |
Color Harmonies of #2F26BC
Complementary color
Monochromatic Colors of #2F26BC
Black with #2F26BC
Text Example
Text Example
White with #2F26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F26BC; }
p { color: rgb(47,38,188); }
H1.HeaderClassName
{
color: #2F26BC;
}
.AnyTagClassName
{
color: #2F26BC;
}
</style>
background-color css
<style>
a { background-color: #2F26BC; }
a { background-color: rgb(47,38,188); }
div.DivClassName
{
background-color: #2F26BC;
}
.BgClassName
{
background-color: #2F26BC;
}
</style>
border-color css
<style>
span { border-color: #2F26BC; }
span { border-color: rgb(47,38,188); }
td.TdClassName
{
border-color: #2F26BC;
}
.TagClassName
{
border-color: #2F26BC;
}
</style>