Shades of Persian Blue #2F2CBB
Tints of Persian Blue #2F2CBB
RGB
CMYK
RGB Variations
Color information
#2F2CBB (or 0x2F2CBB) is known color: Persian Blue. HEX triplet: 2F, 2C and BB. RGB value is (47,44,187). Sum of RGB (Red+Green+Blue) = 47+44+187=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F2CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2CBB is #D0D344. Grayscale: #3C3C3C. Windows color (decimal): -13685573 or 12266543. OLE color: 12266543.
HSL color Cylindrical-coordinate representation of color #2F2CBB: hue angle of 241.26º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F2CBB is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 44 | 187 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.27 |
| HSL | 241.26º | 0.62% | 0.45% | - |
| HSV(B) | 241.26º | 0.76% | 0.73% | - |
| XYZ | 11.04 | 5.99 | 47.59 | - |
| YUV | 61.2 | 198.99 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 44 | 187 | 0.75 | 0.76 | 0 | 0.27 | 241.26 | 0.62 | 0.45 |
| Hex | 2F | 2C | BB | 4B | 4C | 0 | 1B | F1 | 3E | 2D |
| Octal | 57 | 54 | 273 | 113 | 114 | 0 | 33 | 361 | 76 | 55 |
| Binary | 101111 | 101100 | 10111011 | 1001011 | 1001100 | 0 | 11011 | 11110001 | 111110 | 101101 |
Color Harmonies of #2F2CBB
Complementary color
Monochromatic Colors of #2F2CBB
Black with #2F2CBB
Text Example
Text Example
White with #2F2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2CBB; }
p { color: rgb(47,44,187); }
H1.HeaderClassName
{
color: #2F2CBB;
}
.AnyTagClassName
{
color: #2F2CBB;
}
</style>
background-color css
<style>
a { background-color: #2F2CBB; }
a { background-color: rgb(47,44,187); }
div.DivClassName
{
background-color: #2F2CBB;
}
.BgClassName
{
background-color: #2F2CBB;
}
</style>
border-color css
<style>
span { border-color: #2F2CBB; }
span { border-color: rgb(47,44,187); }
td.TdClassName
{
border-color: #2F2CBB;
}
.TagClassName
{
border-color: #2F2CBB;
}
</style>