Shades of Persian Blue #2131BC
Tints of Persian Blue #2131BC
RGB
CMYK
RGB Variations
Color information
#2131BC (or 0x2131BC) is known color: Persian Blue. HEX triplet: 21, 31 and BC. RGB value is (33,49,188). Sum of RGB (Red+Green+Blue) = 33+49+188=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #2131BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2131BC is #DECE43. Grayscale: #3B3B3B. Windows color (decimal): -14601796 or 12333345. OLE color: 12333345.
HSL color Cylindrical-coordinate representation of color #2131BC: hue angle of 233.81º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2131BC is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 49 | 188 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.26 |
| HSL | 233.81º | 0.7% | 0.43% | - |
| HSV(B) | 233.81º | 0.82% | 0.74% | - |
| XYZ | 10.8 | 6.15 | 48.19 | - |
| YUV | 60.06 | 200.2 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 188 | 0.82 | 0.74 | 0 | 0.26 | 233.81 | 0.7 | 0.43 |
| Hex | 21 | 31 | BC | 52 | 4A | 0 | 1A | EA | 46 | 2B |
| Octal | 41 | 61 | 274 | 122 | 112 | 0 | 32 | 352 | 106 | 53 |
| Binary | 100001 | 110001 | 10111100 | 1010010 | 1001010 | 0 | 11010 | 11101010 | 1000110 | 101011 |
Color Harmonies of #2131BC
Complementary color
Monochromatic Colors of #2131BC
Black with #2131BC
Text Example
Text Example
White with #2131BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2131BC; }
p { color: rgb(33,49,188); }
H1.HeaderClassName
{
color: #2131BC;
}
.AnyTagClassName
{
color: #2131BC;
}
</style>
background-color css
<style>
a { background-color: #2131BC; }
a { background-color: rgb(33,49,188); }
div.DivClassName
{
background-color: #2131BC;
}
.BgClassName
{
background-color: #2131BC;
}
</style>
border-color css
<style>
span { border-color: #2131BC; }
span { border-color: rgb(33,49,188); }
td.TdClassName
{
border-color: #2131BC;
}
.TagClassName
{
border-color: #2131BC;
}
</style>