Shades of Persian Blue #2118B3
Tints of Persian Blue #2118B3
RGB
CMYK
RGB Variations
Color information
#2118B3 (or 0x2118B3) is known color: Persian Blue. HEX triplet: 21, 18 and B3. RGB value is (33,24,179). Sum of RGB (Red+Green+Blue) = 33+24+179=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 179 (70.31% from 255 or 75.85% from 236); Max value from RGB is 179 - color contains mainly: blue. Hex color #2118B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2118B3 is #DEE74C. Grayscale: #2B2B2B. Windows color (decimal): -14608205 or 11737121. OLE color: 11737121.
HSL color Cylindrical-coordinate representation of color #2118B3: hue angle of 243.48º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2118B3 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 24 | 179 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.30 |
| HSL | 243.48º | 0.76% | 0.4% | - |
| HSV(B) | 243.48º | 0.87% | 0.7% | - |
| XYZ | 9.09 | 4.23 | 42.99 | - |
| YUV | 44.36 | 203.98 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 179 | 0.82 | 0.87 | 0 | 0.30 | 243.48 | 0.76 | 0.4 |
| Hex | 21 | 18 | B3 | 52 | 57 | 0 | 1E | F3 | 4C | 28 |
| Octal | 41 | 30 | 263 | 122 | 127 | 0 | 36 | 363 | 114 | 50 |
| Binary | 100001 | 11000 | 10110011 | 1010010 | 1010111 | 0 | 11110 | 11110011 | 1001100 | 101000 |
Color Harmonies of #2118B3
Complementary color
Monochromatic Colors of #2118B3
Black with #2118B3
Text Example
Text Example
White with #2118B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2118B3; }
p { color: rgb(33,24,179); }
H1.HeaderClassName
{
color: #2118B3;
}
.AnyTagClassName
{
color: #2118B3;
}
</style>
background-color css
<style>
a { background-color: #2118B3; }
a { background-color: rgb(33,24,179); }
div.DivClassName
{
background-color: #2118B3;
}
.BgClassName
{
background-color: #2118B3;
}
</style>
border-color css
<style>
span { border-color: #2118B3; }
span { border-color: rgb(33,24,179); }
td.TdClassName
{
border-color: #2118B3;
}
.TagClassName
{
border-color: #2118B3;
}
</style>