Shades of Persian Blue #2142CB
Tints of Persian Blue #2142CB
RGB
CMYK
RGB Variations
Color information
#2142CB (or 0x2142CB) is known color: Persian Blue. HEX triplet: 21, 42 and CB. RGB value is (33,66,203). Sum of RGB (Red+Green+Blue) = 33+66+203=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #2142CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2142CB is #DEBD34. Grayscale: #474747. Windows color (decimal): -14597429 or 13320737. OLE color: 13320737.
HSL color Cylindrical-coordinate representation of color #2142CB: hue angle of 228.35º 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 #2142CB is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 66 | 203 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.20 |
| HSL | 228.35º | 0.72% | 0.46% | - |
| HSV(B) | 228.35º | 0.84% | 0.8% | - |
| XYZ | 13.35 | 8.53 | 57.44 | - |
| YUV | 71.75 | 202.07 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 203 | 0.84 | 0.67 | 0 | 0.20 | 228.35 | 0.72 | 0.46 |
| Hex | 21 | 42 | CB | 54 | 43 | 0 | 14 | E4 | 48 | 2E |
| Octal | 41 | 102 | 313 | 124 | 103 | 0 | 24 | 344 | 110 | 56 |
| Binary | 100001 | 1000010 | 11001011 | 1010100 | 1000011 | 0 | 10100 | 11100100 | 1001000 | 101110 |
Color Harmonies of #2142CB
Complementary color
Monochromatic Colors of #2142CB
Black with #2142CB
Text Example
Text Example
White with #2142CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2142CB; }
p { color: rgb(33,66,203); }
H1.HeaderClassName
{
color: #2142CB;
}
.AnyTagClassName
{
color: #2142CB;
}
</style>
background-color css
<style>
a { background-color: #2142CB; }
a { background-color: rgb(33,66,203); }
div.DivClassName
{
background-color: #2142CB;
}
.BgClassName
{
background-color: #2142CB;
}
</style>
border-color css
<style>
span { border-color: #2142CB; }
span { border-color: rgb(33,66,203); }
td.TdClassName
{
border-color: #2142CB;
}
.TagClassName
{
border-color: #2142CB;
}
</style>