Shades of Persian Blue #2138D8
Tints of Persian Blue #2138D8
RGB
CMYK
RGB Variations
Color information
#2138D8 (or 0x2138D8) is known color: Persian Blue. HEX triplet: 21, 38 and D8. RGB value is (33,56,216). Sum of RGB (Red+Green+Blue) = 33+56+216=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 216 (84.77% from 255 or 70.82% from 305); Max value from RGB is 216 - color contains mainly: blue. Hex color #2138D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2138D8 is #DEC727. Grayscale: #424242. Windows color (decimal): -14599976 or 14170145. OLE color: 14170145.
HSL color Cylindrical-coordinate representation of color #2138D8: hue angle of 232.46º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2138D8 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 56 | 216 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.15 |
| HSL | 232.46º | 0.73% | 0.49% | - |
| HSV(B) | 232.46º | 0.85% | 0.85% | - |
| XYZ | 14.44 | 8.11 | 65.77 | - |
| YUV | 67.36 | 211.88 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 216 | 0.85 | 0.74 | 0 | 0.15 | 232.46 | 0.73 | 0.49 |
| Hex | 21 | 38 | D8 | 55 | 4A | 0 | F | E8 | 49 | 31 |
| Octal | 41 | 70 | 330 | 125 | 112 | 0 | 17 | 350 | 111 | 61 |
| Binary | 100001 | 111000 | 11011000 | 1010101 | 1001010 | 0 | 1111 | 11101000 | 1001001 | 110001 |
Color Harmonies of #2138D8
Complementary color
Monochromatic Colors of #2138D8
Black with #2138D8
Text Example
Text Example
White with #2138D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2138D8; }
p { color: rgb(33,56,216); }
H1.HeaderClassName
{
color: #2138D8;
}
.AnyTagClassName
{
color: #2138D8;
}
</style>
background-color css
<style>
a { background-color: #2138D8; }
a { background-color: rgb(33,56,216); }
div.DivClassName
{
background-color: #2138D8;
}
.BgClassName
{
background-color: #2138D8;
}
</style>
border-color css
<style>
span { border-color: #2138D8; }
span { border-color: rgb(33,56,216); }
td.TdClassName
{
border-color: #2138D8;
}
.TagClassName
{
border-color: #2138D8;
}
</style>