Shades of Persian Blue #2138E6
Tints of Persian Blue #2138E6
RGB
CMYK
RGB Variations
Color information
#2138E6 (or 0x2138E6) is known color: Persian Blue. HEX triplet: 21, 38 and E6. RGB value is (33,56,230). Sum of RGB (Red+Green+Blue) = 33+56+230=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 230 (90.23% from 255 or 72.10% from 319); Max value from RGB is 230 - color contains mainly: blue. Hex color #2138E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2138E6 is #DEC719. Grayscale: #444444. Windows color (decimal): -14599962 or 15087649. OLE color: 15087649.
HSL color Cylindrical-coordinate representation of color #2138E6: hue angle of 232.99º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2138E6 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 56 | 230 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.10 |
| HSL | 232.99º | 0.8% | 0.52% | - |
| HSV(B) | 232.99º | 0.86% | 0.9% | - |
| XYZ | 16.32 | 8.86 | 75.71 | - |
| YUV | 68.96 | 218.88 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 230 | 0.86 | 0.76 | 0 | 0.10 | 232.99 | 0.8 | 0.52 |
| Hex | 21 | 38 | E6 | 56 | 4C | 0 | A | E9 | 50 | 34 |
| Octal | 41 | 70 | 346 | 126 | 114 | 0 | 12 | 351 | 120 | 64 |
| Binary | 100001 | 111000 | 11100110 | 1010110 | 1001100 | 0 | 1010 | 11101001 | 1010000 | 110100 |
Color Harmonies of #2138E6
Complementary color
Monochromatic Colors of #2138E6
Black with #2138E6
Text Example
Text Example
White with #2138E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2138E6; }
p { color: rgb(33,56,230); }
H1.HeaderClassName
{
color: #2138E6;
}
.AnyTagClassName
{
color: #2138E6;
}
</style>
background-color css
<style>
a { background-color: #2138E6; }
a { background-color: rgb(33,56,230); }
div.DivClassName
{
background-color: #2138E6;
}
.BgClassName
{
background-color: #2138E6;
}
</style>
border-color css
<style>
span { border-color: #2138E6; }
span { border-color: rgb(33,56,230); }
td.TdClassName
{
border-color: #2138E6;
}
.TagClassName
{
border-color: #2138E6;
}
</style>