Shades of Persian Blue #2131C8
Tints of Persian Blue #2131C8
RGB
CMYK
RGB Variations
Color information
#2131C8 (or 0x2131C8) is known color: Persian Blue. HEX triplet: 21, 31 and C8. RGB value is (33,49,200). Sum of RGB (Red+Green+Blue) = 33+49+200=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 200 (78.52% from 255 or 70.92% from 282); Max value from RGB is 200 - color contains mainly: blue. Hex color #2131C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2131C8 is #DECE37. Grayscale: #3C3C3C. Windows color (decimal): -14601784 or 13119777. OLE color: 13119777.
HSL color Cylindrical-coordinate representation of color #2131C8: hue angle of 234.25º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2131C8 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 49 | 200 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.22 |
| HSL | 234.25º | 0.72% | 0.46% | - |
| HSV(B) | 234.25º | 0.84% | 0.78% | - |
| XYZ | 12.15 | 6.69 | 55.29 | - |
| YUV | 61.43 | 206.2 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 200 | 0.84 | 0.76 | 0 | 0.22 | 234.25 | 0.72 | 0.46 |
| Hex | 21 | 31 | C8 | 54 | 4C | 0 | 16 | EA | 48 | 2E |
| Octal | 41 | 61 | 310 | 124 | 114 | 0 | 26 | 352 | 110 | 56 |
| Binary | 100001 | 110001 | 11001000 | 1010100 | 1001100 | 0 | 10110 | 11101010 | 1001000 | 101110 |
Color Harmonies of #2131C8
Complementary color
Monochromatic Colors of #2131C8
Black with #2131C8
Text Example
Text Example
White with #2131C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2131C8; }
p { color: rgb(33,49,200); }
H1.HeaderClassName
{
color: #2131C8;
}
.AnyTagClassName
{
color: #2131C8;
}
</style>
background-color css
<style>
a { background-color: #2131C8; }
a { background-color: rgb(33,49,200); }
div.DivClassName
{
background-color: #2131C8;
}
.BgClassName
{
background-color: #2131C8;
}
</style>
border-color css
<style>
span { border-color: #2131C8; }
span { border-color: rgb(33,49,200); }
td.TdClassName
{
border-color: #2131C8;
}
.TagClassName
{
border-color: #2131C8;
}
</style>