Shades of Persian Blue #2125BC
Tints of Persian Blue #2125BC
RGB
CMYK
RGB Variations
Color information
#2125BC (or 0x2125BC) is known color: Persian Blue. HEX triplet: 21, 25 and BC. RGB value is (33,37,188). Sum of RGB (Red+Green+Blue) = 33+37+188=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #2125BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2125BC is #DEDA43. Grayscale: #343434. Windows color (decimal): -14604868 or 12330273. OLE color: 12330273.
HSL color Cylindrical-coordinate representation of color #2125BC: hue angle of 238.45º 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 #2125BC is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 37 | 188 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.26 |
| HSL | 238.45º | 0.7% | 0.43% | - |
| HSV(B) | 238.45º | 0.82% | 0.74% | - |
| XYZ | 10.37 | 5.28 | 48.05 | - |
| YUV | 53.02 | 204.17 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 188 | 0.82 | 0.80 | 0 | 0.26 | 238.45 | 0.7 | 0.43 |
| Hex | 21 | 25 | BC | 52 | 50 | 0 | 1A | EE | 46 | 2B |
| Octal | 41 | 45 | 274 | 122 | 120 | 0 | 32 | 356 | 106 | 53 |
| Binary | 100001 | 100101 | 10111100 | 1010010 | 1010000 | 0 | 11010 | 11101110 | 1000110 | 101011 |
Color Harmonies of #2125BC
Complementary color
Monochromatic Colors of #2125BC
Black with #2125BC
Text Example
Text Example
White with #2125BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2125BC; }
p { color: rgb(33,37,188); }
H1.HeaderClassName
{
color: #2125BC;
}
.AnyTagClassName
{
color: #2125BC;
}
</style>
background-color css
<style>
a { background-color: #2125BC; }
a { background-color: rgb(33,37,188); }
div.DivClassName
{
background-color: #2125BC;
}
.BgClassName
{
background-color: #2125BC;
}
</style>
border-color css
<style>
span { border-color: #2125BC; }
span { border-color: rgb(33,37,188); }
td.TdClassName
{
border-color: #2125BC;
}
.TagClassName
{
border-color: #2125BC;
}
</style>