Shades of Persian Blue #2143CE
Tints of Persian Blue #2143CE
RGB
CMYK
RGB Variations
Color information
#2143CE (or 0x2143CE) is known color: Persian Blue. HEX triplet: 21, 43 and CE. RGB value is (33,67,206). Sum of RGB (Red+Green+Blue) = 33+67+206=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #2143CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2143CE is #DEBC31. Grayscale: #484848. Windows color (decimal): -14597170 or 13517601. OLE color: 13517601.
HSL color Cylindrical-coordinate representation of color #2143CE: hue angle of 228.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2143CE is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 67 | 206 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.19 |
| HSL | 228.21º | 0.72% | 0.47% | - |
| HSV(B) | 228.21º | 0.84% | 0.81% | - |
| XYZ | 13.77 | 8.79 | 59.36 | - |
| YUV | 72.68 | 203.24 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 206 | 0.84 | 0.67 | 0 | 0.19 | 228.21 | 0.72 | 0.47 |
| Hex | 21 | 43 | CE | 54 | 43 | 0 | 13 | E4 | 48 | 2F |
| Octal | 41 | 103 | 316 | 124 | 103 | 0 | 23 | 344 | 110 | 57 |
| Binary | 100001 | 1000011 | 11001110 | 1010100 | 1000011 | 0 | 10011 | 11100100 | 1001000 | 101111 |
Color Harmonies of #2143CE
Complementary color
Monochromatic Colors of #2143CE
Black with #2143CE
Text Example
Text Example
White with #2143CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2143CE; }
p { color: rgb(33,67,206); }
H1.HeaderClassName
{
color: #2143CE;
}
.AnyTagClassName
{
color: #2143CE;
}
</style>
background-color css
<style>
a { background-color: #2143CE; }
a { background-color: rgb(33,67,206); }
div.DivClassName
{
background-color: #2143CE;
}
.BgClassName
{
background-color: #2143CE;
}
</style>
border-color css
<style>
span { border-color: #2143CE; }
span { border-color: rgb(33,67,206); }
td.TdClassName
{
border-color: #2143CE;
}
.TagClassName
{
border-color: #2143CE;
}
</style>