Shades of Persian Blue #2138EE
Tints of Persian Blue #2138EE
RGB
CMYK
RGB Variations
Color information
#2138EE (or 0x2138EE) is known color: Persian Blue. HEX triplet: 21, 38 and EE. RGB value is (33,56,238). Sum of RGB (Red+Green+Blue) = 33+56+238=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 238 (93.36% from 255 or 72.78% from 327); Max value from RGB is 238 - color contains mainly: blue. Hex color #2138EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2138EE is #DEC711. Grayscale: #454545. Windows color (decimal): -14599954 or 15611937. OLE color: 15611937.
HSL color Cylindrical-coordinate representation of color #2138EE: hue angle of 233.27º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2138EE is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 56 | 238 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.07 |
| HSL | 233.27º | 0.86% | 0.53% | - |
| HSV(B) | 233.27º | 0.86% | 0.93% | - |
| XYZ | 17.47 | 9.32 | 81.77 | - |
| YUV | 69.87 | 222.88 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 238 | 0.86 | 0.76 | 0 | 0.07 | 233.27 | 0.86 | 0.53 |
| Hex | 21 | 38 | EE | 56 | 4C | 0 | 7 | E9 | 56 | 35 |
| Octal | 41 | 70 | 356 | 126 | 114 | 0 | 7 | 351 | 126 | 65 |
| Binary | 100001 | 111000 | 11101110 | 1010110 | 1001100 | 0 | 111 | 11101001 | 1010110 | 110101 |
Color Harmonies of #2138EE
Complementary color
Monochromatic Colors of #2138EE
Black with #2138EE
Text Example
Text Example
White with #2138EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2138EE; }
p { color: rgb(33,56,238); }
H1.HeaderClassName
{
color: #2138EE;
}
.AnyTagClassName
{
color: #2138EE;
}
</style>
background-color css
<style>
a { background-color: #2138EE; }
a { background-color: rgb(33,56,238); }
div.DivClassName
{
background-color: #2138EE;
}
.BgClassName
{
background-color: #2138EE;
}
</style>
border-color css
<style>
span { border-color: #2138EE; }
span { border-color: rgb(33,56,238); }
td.TdClassName
{
border-color: #2138EE;
}
.TagClassName
{
border-color: #2138EE;
}
</style>