Shades of Persian Blue #2125CC
Tints of Persian Blue #2125CC
RGB
CMYK
RGB Variations
Color information
#2125CC (or 0x2125CC) is known color: Persian Blue. HEX triplet: 21, 25 and CC. RGB value is (33,37,204). Sum of RGB (Red+Green+Blue) = 33+37+204=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #2125CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2125CC is #DEDA33. Grayscale: #363636. Windows color (decimal): -14604852 or 13378849. OLE color: 13378849.
HSL color Cylindrical-coordinate representation of color #2125CC: hue angle of 238.6º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2125CC is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 37 | 204 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.2 |
| HSL | 238.6º | 0.72% | 0.46% | - |
| HSV(B) | 238.6º | 0.84% | 0.8% | - |
| XYZ | 12.19 | 6.01 | 57.64 | - |
| YUV | 54.84 | 212.17 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 204 | 0.84 | 0.82 | 0 | 0.2 | 238.6 | 0.72 | 0.46 |
| Hex | 21 | 25 | CC | 54 | 52 | 0 | 14 | EF | 48 | 2E |
| Octal | 41 | 45 | 314 | 124 | 122 | 0 | 24 | 357 | 110 | 56 |
| Binary | 100001 | 100101 | 11001100 | 1010100 | 1010010 | 0 | 10100 | 11101111 | 1001000 | 101110 |
Color Harmonies of #2125CC
Complementary color
Monochromatic Colors of #2125CC
Black with #2125CC
Text Example
Text Example
White with #2125CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2125CC; }
p { color: rgb(33,37,204); }
H1.HeaderClassName
{
color: #2125CC;
}
.AnyTagClassName
{
color: #2125CC;
}
</style>
background-color css
<style>
a { background-color: #2125CC; }
a { background-color: rgb(33,37,204); }
div.DivClassName
{
background-color: #2125CC;
}
.BgClassName
{
background-color: #2125CC;
}
</style>
border-color css
<style>
span { border-color: #2125CC; }
span { border-color: rgb(33,37,204); }
td.TdClassName
{
border-color: #2125CC;
}
.TagClassName
{
border-color: #2125CC;
}
</style>