Shades of Persian Blue #2143CC
Tints of Persian Blue #2143CC
RGB
CMYK
RGB Variations
Color information
#2143CC (or 0x2143CC) is known color: Persian Blue. HEX triplet: 21, 43 and CC. RGB value is (33,67,204). Sum of RGB (Red+Green+Blue) = 33+67+204=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #2143CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2143CC is #DEBC33. Grayscale: #474747. Windows color (decimal): -14597172 or 13386529. OLE color: 13386529.
HSL color Cylindrical-coordinate representation of color #2143CC: hue angle of 228.07º 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 #2143CC is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 67 | 204 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.2 |
| HSL | 228.07º | 0.72% | 0.46% | - |
| HSV(B) | 228.07º | 0.84% | 0.8% | - |
| XYZ | 13.53 | 8.7 | 58.09 | - |
| YUV | 72.45 | 202.24 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 204 | 0.84 | 0.67 | 0 | 0.2 | 228.07 | 0.72 | 0.46 |
| Hex | 21 | 43 | CC | 54 | 43 | 0 | 14 | E4 | 48 | 2E |
| Octal | 41 | 103 | 314 | 124 | 103 | 0 | 24 | 344 | 110 | 56 |
| Binary | 100001 | 1000011 | 11001100 | 1010100 | 1000011 | 0 | 10100 | 11100100 | 1001000 | 101110 |
Color Harmonies of #2143CC
Complementary color
Monochromatic Colors of #2143CC
Black with #2143CC
Text Example
Text Example
White with #2143CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2143CC; }
p { color: rgb(33,67,204); }
H1.HeaderClassName
{
color: #2143CC;
}
.AnyTagClassName
{
color: #2143CC;
}
</style>
background-color css
<style>
a { background-color: #2143CC; }
a { background-color: rgb(33,67,204); }
div.DivClassName
{
background-color: #2143CC;
}
.BgClassName
{
background-color: #2143CC;
}
</style>
border-color css
<style>
span { border-color: #2143CC; }
span { border-color: rgb(33,67,204); }
td.TdClassName
{
border-color: #2143CC;
}
.TagClassName
{
border-color: #2143CC;
}
</style>