Shades of Persian Blue #2F25CC
Tints of Persian Blue #2F25CC
RGB
CMYK
RGB Variations
Color information
#2F25CC (or 0x2F25CC) is known color: Persian Blue. HEX triplet: 2F, 25 and CC. RGB value is (47,37,204). Sum of RGB (Red+Green+Blue) = 47+37+204=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F25CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F25CC is #D0DA33. Grayscale: #3A3A3A. Windows color (decimal): -13687348 or 13378863. OLE color: 13378863.
HSL color Cylindrical-coordinate representation of color #2F25CC: hue angle of 243.59º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F25CC is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 37 | 204 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.2 |
| HSL | 243.59º | 0.69% | 0.47% | - |
| HSV(B) | 243.59º | 0.82% | 0.8% | - |
| XYZ | 12.73 | 6.29 | 57.67 | - |
| YUV | 59.03 | 209.81 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 204 | 0.77 | 0.82 | 0 | 0.2 | 243.59 | 0.69 | 0.47 |
| Hex | 2F | 25 | CC | 4D | 52 | 0 | 14 | F4 | 45 | 2F |
| Octal | 57 | 45 | 314 | 115 | 122 | 0 | 24 | 364 | 105 | 57 |
| Binary | 101111 | 100101 | 11001100 | 1001101 | 1010010 | 0 | 10100 | 11110100 | 1000101 | 101111 |
Color Harmonies of #2F25CC
Complementary color
Monochromatic Colors of #2F25CC
Black with #2F25CC
Text Example
Text Example
White with #2F25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F25CC; }
p { color: rgb(47,37,204); }
H1.HeaderClassName
{
color: #2F25CC;
}
.AnyTagClassName
{
color: #2F25CC;
}
</style>
background-color css
<style>
a { background-color: #2F25CC; }
a { background-color: rgb(47,37,204); }
div.DivClassName
{
background-color: #2F25CC;
}
.BgClassName
{
background-color: #2F25CC;
}
</style>
border-color css
<style>
span { border-color: #2F25CC; }
span { border-color: rgb(47,37,204); }
td.TdClassName
{
border-color: #2F25CC;
}
.TagClassName
{
border-color: #2F25CC;
}
</style>