Shades of Persian Blue #2138CE
Tints of Persian Blue #2138CE
RGB
CMYK
RGB Variations
Color information
#2138CE (or 0x2138CE) is known color: Persian Blue. HEX triplet: 21, 38 and CE. RGB value is (33,56,206). Sum of RGB (Red+Green+Blue) = 33+56+206=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #2138CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2138CE is #DEC731. Grayscale: #414141. Windows color (decimal): -14599986 or 13514785. OLE color: 13514785.
HSL color Cylindrical-coordinate representation of color #2138CE: hue angle of 232.02º 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 #2138CE is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 56 | 206 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.19 |
| HSL | 232.02º | 0.72% | 0.47% | - |
| HSV(B) | 232.02º | 0.84% | 0.81% | - |
| XYZ | 13.18 | 7.61 | 59.17 | - |
| YUV | 66.22 | 206.88 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 206 | 0.84 | 0.73 | 0 | 0.19 | 232.02 | 0.72 | 0.47 |
| Hex | 21 | 38 | CE | 54 | 49 | 0 | 13 | E8 | 48 | 2F |
| Octal | 41 | 70 | 316 | 124 | 111 | 0 | 23 | 350 | 110 | 57 |
| Binary | 100001 | 111000 | 11001110 | 1010100 | 1001001 | 0 | 10011 | 11101000 | 1001000 | 101111 |
Color Harmonies of #2138CE
Complementary color
Monochromatic Colors of #2138CE
Black with #2138CE
Text Example
Text Example
White with #2138CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2138CE; }
p { color: rgb(33,56,206); }
H1.HeaderClassName
{
color: #2138CE;
}
.AnyTagClassName
{
color: #2138CE;
}
</style>
background-color css
<style>
a { background-color: #2138CE; }
a { background-color: rgb(33,56,206); }
div.DivClassName
{
background-color: #2138CE;
}
.BgClassName
{
background-color: #2138CE;
}
</style>
border-color css
<style>
span { border-color: #2138CE; }
span { border-color: rgb(33,56,206); }
td.TdClassName
{
border-color: #2138CE;
}
.TagClassName
{
border-color: #2138CE;
}
</style>