Shades of Persian Blue #2240BF
Tints of Persian Blue #2240BF
RGB
CMYK
RGB Variations
Color information
#2240BF (or 0x2240BF) is known color: Persian Blue. HEX triplet: 22, 40 and BF. RGB value is (34,64,191). Sum of RGB (Red+Green+Blue) = 34+64+191=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #2240BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2240BF is #DDBF40. Grayscale: #444444. Windows color (decimal): -14532417 or 12533794. OLE color: 12533794.
HSL color Cylindrical-coordinate representation of color #2240BF: hue angle of 228.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2240BF is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 64 | 191 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.25 |
| HSL | 228.54º | 0.7% | 0.44% | - |
| HSV(B) | 228.54º | 0.82% | 0.75% | - |
| XYZ | 11.9 | 7.77 | 50.16 | - |
| YUV | 69.51 | 196.56 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 64 | 191 | 0.82 | 0.66 | 0 | 0.25 | 228.54 | 0.7 | 0.44 |
| Hex | 22 | 40 | BF | 52 | 42 | 0 | 19 | E5 | 46 | 2C |
| Octal | 42 | 100 | 277 | 122 | 102 | 0 | 31 | 345 | 106 | 54 |
| Binary | 100010 | 1000000 | 10111111 | 1010010 | 1000010 | 0 | 11001 | 11100101 | 1000110 | 101100 |
Color Harmonies of #2240BF
Complementary color
Monochromatic Colors of #2240BF
Black with #2240BF
Text Example
Text Example
White with #2240BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2240BF; }
p { color: rgb(34,64,191); }
H1.HeaderClassName
{
color: #2240BF;
}
.AnyTagClassName
{
color: #2240BF;
}
</style>
background-color css
<style>
a { background-color: #2240BF; }
a { background-color: rgb(34,64,191); }
div.DivClassName
{
background-color: #2240BF;
}
.BgClassName
{
background-color: #2240BF;
}
</style>
border-color css
<style>
span { border-color: #2240BF; }
span { border-color: rgb(34,64,191); }
td.TdClassName
{
border-color: #2240BF;
}
.TagClassName
{
border-color: #2240BF;
}
</style>