Shades of Persian Blue #2231BC
Tints of Persian Blue #2231BC
RGB
CMYK
RGB Variations
Color information
#2231BC (or 0x2231BC) is known color: Persian Blue. HEX triplet: 22, 31 and BC. RGB value is (34,49,188). Sum of RGB (Red+Green+Blue) = 34+49+188=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #2231BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2231BC is #DDCE43. Grayscale: #3B3B3B. Windows color (decimal): -14536260 or 12333346. OLE color: 12333346.
HSL color Cylindrical-coordinate representation of color #2231BC: hue angle of 234.16º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2231BC is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 49 | 188 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.26 |
| HSL | 234.16º | 0.69% | 0.44% | - |
| HSV(B) | 234.16º | 0.82% | 0.74% | - |
| XYZ | 10.84 | 6.17 | 48.2 | - |
| YUV | 60.36 | 200.03 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 188 | 0.82 | 0.74 | 0 | 0.26 | 234.16 | 0.69 | 0.44 |
| Hex | 22 | 31 | BC | 52 | 4A | 0 | 1A | EA | 45 | 2C |
| Octal | 42 | 61 | 274 | 122 | 112 | 0 | 32 | 352 | 105 | 54 |
| Binary | 100010 | 110001 | 10111100 | 1010010 | 1001010 | 0 | 11010 | 11101010 | 1000101 | 101100 |
Color Harmonies of #2231BC
Complementary color
Monochromatic Colors of #2231BC
Black with #2231BC
Text Example
Text Example
White with #2231BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2231BC; }
p { color: rgb(34,49,188); }
H1.HeaderClassName
{
color: #2231BC;
}
.AnyTagClassName
{
color: #2231BC;
}
</style>
background-color css
<style>
a { background-color: #2231BC; }
a { background-color: rgb(34,49,188); }
div.DivClassName
{
background-color: #2231BC;
}
.BgClassName
{
background-color: #2231BC;
}
</style>
border-color css
<style>
span { border-color: #2231BC; }
span { border-color: rgb(34,49,188); }
td.TdClassName
{
border-color: #2231BC;
}
.TagClassName
{
border-color: #2231BC;
}
</style>