Shades of Persian Blue #2138BB
Tints of Persian Blue #2138BB
RGB
CMYK
RGB Variations
Color information
#2138BB (or 0x2138BB) is known color: Persian Blue. HEX triplet: 21, 38 and BB. RGB value is (33,56,187). Sum of RGB (Red+Green+Blue) = 33+56+187=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #2138BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2138BB is #DEC744. Grayscale: #3F3F3F. Windows color (decimal): -14600005 or 12269601. OLE color: 12269601.
HSL color Cylindrical-coordinate representation of color #2138BB: hue angle of 231.04º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2138BB is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 56 | 187 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.27 |
| HSL | 231.04º | 0.7% | 0.43% | - |
| HSV(B) | 231.04º | 0.82% | 0.73% | - |
| XYZ | 11.01 | 6.74 | 47.73 | - |
| YUV | 64.06 | 197.38 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 187 | 0.82 | 0.70 | 0 | 0.27 | 231.04 | 0.7 | 0.43 |
| Hex | 21 | 38 | BB | 52 | 46 | 0 | 1B | E7 | 46 | 2B |
| Octal | 41 | 70 | 273 | 122 | 106 | 0 | 33 | 347 | 106 | 53 |
| Binary | 100001 | 111000 | 10111011 | 1010010 | 1000110 | 0 | 11011 | 11100111 | 1000110 | 101011 |
Color Harmonies of #2138BB
Complementary color
Monochromatic Colors of #2138BB
Black with #2138BB
Text Example
Text Example
White with #2138BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2138BB; }
p { color: rgb(33,56,187); }
H1.HeaderClassName
{
color: #2138BB;
}
.AnyTagClassName
{
color: #2138BB;
}
</style>
background-color css
<style>
a { background-color: #2138BB; }
a { background-color: rgb(33,56,187); }
div.DivClassName
{
background-color: #2138BB;
}
.BgClassName
{
background-color: #2138BB;
}
</style>
border-color css
<style>
span { border-color: #2138BB; }
span { border-color: rgb(33,56,187); }
td.TdClassName
{
border-color: #2138BB;
}
.TagClassName
{
border-color: #2138BB;
}
</style>