Shades of Persian Blue #2125BE
Tints of Persian Blue #2125BE
RGB
CMYK
RGB Variations
Color information
#2125BE (or 0x2125BE) is known color: Persian Blue. HEX triplet: 21, 25 and BE. RGB value is (33,37,190). Sum of RGB (Red+Green+Blue) = 33+37+190=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #2125BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2125BE is #DEDA41. Grayscale: #343434. Windows color (decimal): -14604866 or 12461345. OLE color: 12461345.
HSL color Cylindrical-coordinate representation of color #2125BE: hue angle of 238.47º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2125BE is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 37 | 190 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.25 |
| HSL | 238.47º | 0.7% | 0.44% | - |
| HSV(B) | 238.47º | 0.83% | 0.75% | - |
| XYZ | 10.58 | 5.36 | 49.19 | - |
| YUV | 53.25 | 205.17 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 190 | 0.83 | 0.81 | 0 | 0.25 | 238.47 | 0.7 | 0.44 |
| Hex | 21 | 25 | BE | 53 | 51 | 0 | 19 | EE | 46 | 2C |
| Octal | 41 | 45 | 276 | 123 | 121 | 0 | 31 | 356 | 106 | 54 |
| Binary | 100001 | 100101 | 10111110 | 1010011 | 1010001 | 0 | 11001 | 11101110 | 1000110 | 101100 |
Color Harmonies of #2125BE
Complementary color
Monochromatic Colors of #2125BE
Black with #2125BE
Text Example
Text Example
White with #2125BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2125BE; }
p { color: rgb(33,37,190); }
H1.HeaderClassName
{
color: #2125BE;
}
.AnyTagClassName
{
color: #2125BE;
}
</style>
background-color css
<style>
a { background-color: #2125BE; }
a { background-color: rgb(33,37,190); }
div.DivClassName
{
background-color: #2125BE;
}
.BgClassName
{
background-color: #2125BE;
}
</style>
border-color css
<style>
span { border-color: #2125BE; }
span { border-color: rgb(33,37,190); }
td.TdClassName
{
border-color: #2125BE;
}
.TagClassName
{
border-color: #2125BE;
}
</style>