Shades of Persian Blue #2133EE
Tints of Persian Blue #2133EE
RGB
CMYK
RGB Variations
Color information
#2133EE (or 0x2133EE) is known color: Persian Blue. HEX triplet: 21, 33 and EE. RGB value is (33,51,238). Sum of RGB (Red+Green+Blue) = 33+51+238=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #2133EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2133EE is #DECC11. Grayscale: #424242. Windows color (decimal): -14601234 or 15610657. OLE color: 15610657.
HSL color Cylindrical-coordinate representation of color #2133EE: hue angle of 234.73º 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 #2133EE is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 51 | 238 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.07 |
| HSL | 234.73º | 0.86% | 0.53% | - |
| HSV(B) | 234.73º | 0.86% | 0.93% | - |
| XYZ | 17.24 | 8.86 | 81.69 | - |
| YUV | 66.94 | 224.54 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 238 | 0.86 | 0.79 | 0 | 0.07 | 234.73 | 0.86 | 0.53 |
| Hex | 21 | 33 | EE | 56 | 4F | 0 | 7 | EB | 56 | 35 |
| Octal | 41 | 63 | 356 | 126 | 117 | 0 | 7 | 353 | 126 | 65 |
| Binary | 100001 | 110011 | 11101110 | 1010110 | 1001111 | 0 | 111 | 11101011 | 1010110 | 110101 |
Color Harmonies of #2133EE
Complementary color
Monochromatic Colors of #2133EE
Black with #2133EE
Text Example
Text Example
White with #2133EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2133EE; }
p { color: rgb(33,51,238); }
H1.HeaderClassName
{
color: #2133EE;
}
.AnyTagClassName
{
color: #2133EE;
}
</style>
background-color css
<style>
a { background-color: #2133EE; }
a { background-color: rgb(33,51,238); }
div.DivClassName
{
background-color: #2133EE;
}
.BgClassName
{
background-color: #2133EE;
}
</style>
border-color css
<style>
span { border-color: #2133EE; }
span { border-color: rgb(33,51,238); }
td.TdClassName
{
border-color: #2133EE;
}
.TagClassName
{
border-color: #2133EE;
}
</style>