Shades of Persian Blue #2138DB
Tints of Persian Blue #2138DB
RGB
CMYK
RGB Variations
Color information
#2138DB (or 0x2138DB) is known color: Persian Blue. HEX triplet: 21, 38 and DB. RGB value is (33,56,219). Sum of RGB (Red+Green+Blue) = 33+56+219=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #2138DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2138DB is #DEC724. Grayscale: #434343. Windows color (decimal): -14599973 or 14366753. OLE color: 14366753.
HSL color Cylindrical-coordinate representation of color #2138DB: hue angle of 232.58º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2138DB is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 56 | 219 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.14 |
| HSL | 232.58º | 0.74% | 0.49% | - |
| HSV(B) | 232.58º | 0.85% | 0.86% | - |
| XYZ | 14.83 | 8.27 | 67.83 | - |
| YUV | 67.71 | 213.38 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 219 | 0.85 | 0.74 | 0 | 0.14 | 232.58 | 0.74 | 0.49 |
| Hex | 21 | 38 | DB | 55 | 4A | 0 | E | E9 | 4A | 31 |
| Octal | 41 | 70 | 333 | 125 | 112 | 0 | 16 | 351 | 112 | 61 |
| Binary | 100001 | 111000 | 11011011 | 1010101 | 1001010 | 0 | 1110 | 11101001 | 1001010 | 110001 |
Color Harmonies of #2138DB
Complementary color
Monochromatic Colors of #2138DB
Black with #2138DB
Text Example
Text Example
White with #2138DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2138DB; }
p { color: rgb(33,56,219); }
H1.HeaderClassName
{
color: #2138DB;
}
.AnyTagClassName
{
color: #2138DB;
}
</style>
background-color css
<style>
a { background-color: #2138DB; }
a { background-color: rgb(33,56,219); }
div.DivClassName
{
background-color: #2138DB;
}
.BgClassName
{
background-color: #2138DB;
}
</style>
border-color css
<style>
span { border-color: #2138DB; }
span { border-color: rgb(33,56,219); }
td.TdClassName
{
border-color: #2138DB;
}
.TagClassName
{
border-color: #2138DB;
}
</style>