Shades of Persian Blue #2143BC
Tints of Persian Blue #2143BC
RGB
CMYK
RGB Variations
Color information
#2143BC (or 0x2143BC) is known color: Persian Blue. HEX triplet: 21, 43 and BC. RGB value is (33,67,188). Sum of RGB (Red+Green+Blue) = 33+67+188=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #2143BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2143BC is #DEBC43. Grayscale: #464646. Windows color (decimal): -14597188 or 12337953. OLE color: 12337953.
HSL color Cylindrical-coordinate representation of color #2143BC: hue angle of 226.84º 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 #2143BC is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 67 | 188 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.26 |
| HSL | 226.84º | 0.7% | 0.43% | - |
| HSV(B) | 226.84º | 0.82% | 0.74% | - |
| XYZ | 11.71 | 7.97 | 48.5 | - |
| YUV | 70.63 | 194.24 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 188 | 0.82 | 0.64 | 0 | 0.26 | 226.84 | 0.7 | 0.43 |
| Hex | 21 | 43 | BC | 52 | 40 | 0 | 1A | E3 | 46 | 2B |
| Octal | 41 | 103 | 274 | 122 | 100 | 0 | 32 | 343 | 106 | 53 |
| Binary | 100001 | 1000011 | 10111100 | 1010010 | 1000000 | 0 | 11010 | 11100011 | 1000110 | 101011 |
Color Harmonies of #2143BC
Complementary color
Monochromatic Colors of #2143BC
Black with #2143BC
Text Example
Text Example
White with #2143BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2143BC; }
p { color: rgb(33,67,188); }
H1.HeaderClassName
{
color: #2143BC;
}
.AnyTagClassName
{
color: #2143BC;
}
</style>
background-color css
<style>
a { background-color: #2143BC; }
a { background-color: rgb(33,67,188); }
div.DivClassName
{
background-color: #2143BC;
}
.BgClassName
{
background-color: #2143BC;
}
</style>
border-color css
<style>
span { border-color: #2143BC; }
span { border-color: rgb(33,67,188); }
td.TdClassName
{
border-color: #2143BC;
}
.TagClassName
{
border-color: #2143BC;
}
</style>