Shades of Persian Blue #2F32B6
Tints of Persian Blue #2F32B6
RGB
CMYK
RGB Variations
Color information
#2F32B6 (or 0x2F32B6) is known color: Persian Blue. HEX triplet: 2F, 32 and B6. RGB value is (47,50,182). Sum of RGB (Red+Green+Blue) = 47+50+182=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 182 (71.48% from 255 or 65.23% from 279); Max value from RGB is 182 - color contains mainly: blue. Hex color #2F32B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F32B6 is #D0CD49. Grayscale: #3F3F3F. Windows color (decimal): -13684042 or 11940399. OLE color: 11940399.
HSL color Cylindrical-coordinate representation of color #2F32B6: hue angle of 238.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F32B6 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 50 | 182 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.29 |
| HSL | 238.67º | 0.59% | 0.45% | - |
| HSV(B) | 238.67º | 0.74% | 0.71% | - |
| XYZ | 10.76 | 6.26 | 44.9 | - |
| YUV | 64.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 182 | 0.74 | 0.73 | 0 | 0.29 | 238.67 | 0.59 | 0.45 |
| Hex | 2F | 32 | B6 | 4A | 49 | 0 | 1D | EF | 3B | 2D |
| Octal | 57 | 62 | 266 | 112 | 111 | 0 | 35 | 357 | 73 | 55 |
| Binary | 101111 | 110010 | 10110110 | 1001010 | 1001001 | 0 | 11101 | 11101111 | 111011 | 101101 |
Color Harmonies of #2F32B6
Complementary color
Monochromatic Colors of #2F32B6
Black with #2F32B6
Text Example
Text Example
White with #2F32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F32B6; }
p { color: rgb(47,50,182); }
H1.HeaderClassName
{
color: #2F32B6;
}
.AnyTagClassName
{
color: #2F32B6;
}
</style>
background-color css
<style>
a { background-color: #2F32B6; }
a { background-color: rgb(47,50,182); }
div.DivClassName
{
background-color: #2F32B6;
}
.BgClassName
{
background-color: #2F32B6;
}
</style>
border-color css
<style>
span { border-color: #2F32B6; }
span { border-color: rgb(47,50,182); }
td.TdClassName
{
border-color: #2F32B6;
}
.TagClassName
{
border-color: #2F32B6;
}
</style>