Shades of Persian Blue #2134EE
Tints of Persian Blue #2134EE
RGB
CMYK
RGB Variations
Color information
#2134EE (or 0x2134EE) is known color: Persian Blue. HEX triplet: 21, 34 and EE. RGB value is (33,52,238). Sum of RGB (Red+Green+Blue) = 33+52+238=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #2134EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2134EE is #DECB11. Grayscale: #424242. Windows color (decimal): -14600978 or 15610913. OLE color: 15610913.
HSL color Cylindrical-coordinate representation of color #2134EE: hue angle of 234.44º 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 #2134EE is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 52 | 238 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.07 |
| HSL | 234.44º | 0.86% | 0.53% | - |
| HSV(B) | 234.44º | 0.86% | 0.93% | - |
| XYZ | 17.29 | 8.95 | 81.71 | - |
| YUV | 67.52 | 224.21 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 238 | 0.86 | 0.78 | 0 | 0.07 | 234.44 | 0.86 | 0.53 |
| Hex | 21 | 34 | EE | 56 | 4E | 0 | 7 | EA | 56 | 35 |
| Octal | 41 | 64 | 356 | 126 | 116 | 0 | 7 | 352 | 126 | 65 |
| Binary | 100001 | 110100 | 11101110 | 1010110 | 1001110 | 0 | 111 | 11101010 | 1010110 | 110101 |
Color Harmonies of #2134EE
Complementary color
Monochromatic Colors of #2134EE
Black with #2134EE
Text Example
Text Example
White with #2134EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2134EE; }
p { color: rgb(33,52,238); }
H1.HeaderClassName
{
color: #2134EE;
}
.AnyTagClassName
{
color: #2134EE;
}
</style>
background-color css
<style>
a { background-color: #2134EE; }
a { background-color: rgb(33,52,238); }
div.DivClassName
{
background-color: #2134EE;
}
.BgClassName
{
background-color: #2134EE;
}
</style>
border-color css
<style>
span { border-color: #2134EE; }
span { border-color: rgb(33,52,238); }
td.TdClassName
{
border-color: #2134EE;
}
.TagClassName
{
border-color: #2134EE;
}
</style>