Shades of Persian Blue #2234BF
Tints of Persian Blue #2234BF
RGB
CMYK
RGB Variations
Color information
#2234BF (or 0x2234BF) is known color: Persian Blue. HEX triplet: 22, 34 and BF. RGB value is (34,52,191). Sum of RGB (Red+Green+Blue) = 34+52+191=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #2234BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2234BF is #DDCB40. Grayscale: #3D3D3D. Windows color (decimal): -14535489 or 12530722. OLE color: 12530722.
HSL color Cylindrical-coordinate representation of color #2234BF: hue angle of 233.12º 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 #2234BF is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 52 | 191 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.25 |
| HSL | 233.12º | 0.7% | 0.44% | - |
| HSV(B) | 233.12º | 0.82% | 0.75% | - |
| XYZ | 11.29 | 6.56 | 49.96 | - |
| YUV | 62.46 | 200.54 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 191 | 0.82 | 0.73 | 0 | 0.25 | 233.12 | 0.7 | 0.44 |
| Hex | 22 | 34 | BF | 52 | 49 | 0 | 19 | E9 | 46 | 2C |
| Octal | 42 | 64 | 277 | 122 | 111 | 0 | 31 | 351 | 106 | 54 |
| Binary | 100010 | 110100 | 10111111 | 1010010 | 1001001 | 0 | 11001 | 11101001 | 1000110 | 101100 |
Color Harmonies of #2234BF
Complementary color
Monochromatic Colors of #2234BF
Black with #2234BF
Text Example
Text Example
White with #2234BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2234BF; }
p { color: rgb(34,52,191); }
H1.HeaderClassName
{
color: #2234BF;
}
.AnyTagClassName
{
color: #2234BF;
}
</style>
background-color css
<style>
a { background-color: #2234BF; }
a { background-color: rgb(34,52,191); }
div.DivClassName
{
background-color: #2234BF;
}
.BgClassName
{
background-color: #2234BF;
}
</style>
border-color css
<style>
span { border-color: #2234BF; }
span { border-color: rgb(34,52,191); }
td.TdClassName
{
border-color: #2234BF;
}
.TagClassName
{
border-color: #2234BF;
}
</style>