Shades of Persian Blue #2F34DD
Tints of Persian Blue #2F34DD
RGB
CMYK
RGB Variations
Color information
#2F34DD (or 0x2F34DD) is known color: Persian Blue. HEX triplet: 2F, 34 and DD. RGB value is (47,52,221). Sum of RGB (Red+Green+Blue) = 47+52+221=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F34DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F34DD is #D0CB22. Grayscale: #454545. Windows color (decimal): -13683491 or 14496815. OLE color: 14496815.
HSL color Cylindrical-coordinate representation of color #2F34DD: hue angle of 238.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F34DD is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 52 | 221 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.13 |
| HSL | 238.28º | 0.72% | 0.53% | - |
| HSV(B) | 238.28º | 0.79% | 0.87% | - |
| XYZ | 15.45 | 8.28 | 69.19 | - |
| YUV | 69.77 | 213.34 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 221 | 0.79 | 0.76 | 0 | 0.13 | 238.28 | 0.72 | 0.53 |
| Hex | 2F | 34 | DD | 4F | 4C | 0 | D | EE | 48 | 35 |
| Octal | 57 | 64 | 335 | 117 | 114 | 0 | 15 | 356 | 110 | 65 |
| Binary | 101111 | 110100 | 11011101 | 1001111 | 1001100 | 0 | 1101 | 11101110 | 1001000 | 110101 |
Color Harmonies of #2F34DD
Complementary color
Monochromatic Colors of #2F34DD
Black with #2F34DD
Text Example
Text Example
White with #2F34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F34DD; }
p { color: rgb(47,52,221); }
H1.HeaderClassName
{
color: #2F34DD;
}
.AnyTagClassName
{
color: #2F34DD;
}
</style>
background-color css
<style>
a { background-color: #2F34DD; }
a { background-color: rgb(47,52,221); }
div.DivClassName
{
background-color: #2F34DD;
}
.BgClassName
{
background-color: #2F34DD;
}
</style>
border-color css
<style>
span { border-color: #2F34DD; }
span { border-color: rgb(47,52,221); }
td.TdClassName
{
border-color: #2F34DD;
}
.TagClassName
{
border-color: #2F34DD;
}
</style>