Shades of Persian Blue #2133C4
Tints of Persian Blue #2133C4
RGB
CMYK
RGB Variations
Color information
#2133C4 (or 0x2133C4) is known color: Persian Blue. HEX triplet: 21, 33 and C4. RGB value is (33,51,196). Sum of RGB (Red+Green+Blue) = 33+51+196=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 196 (76.95% from 255 or 70% from 280); Max value from RGB is 196 - color contains mainly: blue. Hex color #2133C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2133C4 is #DECC3B. Grayscale: #3D3D3D. Windows color (decimal): -14601276 or 12858145. OLE color: 12858145.
HSL color Cylindrical-coordinate representation of color #2133C4: hue angle of 233.37º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2133C4 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 51 | 196 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.23 |
| HSL | 233.37º | 0.71% | 0.45% | - |
| HSV(B) | 233.37º | 0.83% | 0.77% | - |
| XYZ | 11.77 | 6.68 | 52.89 | - |
| YUV | 62.15 | 203.54 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 196 | 0.83 | 0.74 | 0 | 0.23 | 233.37 | 0.71 | 0.45 |
| Hex | 21 | 33 | C4 | 53 | 4A | 0 | 17 | E9 | 47 | 2D |
| Octal | 41 | 63 | 304 | 123 | 112 | 0 | 27 | 351 | 107 | 55 |
| Binary | 100001 | 110011 | 11000100 | 1010011 | 1001010 | 0 | 10111 | 11101001 | 1000111 | 101101 |
Color Harmonies of #2133C4
Complementary color
Monochromatic Colors of #2133C4
Black with #2133C4
Text Example
Text Example
White with #2133C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2133C4; }
p { color: rgb(33,51,196); }
H1.HeaderClassName
{
color: #2133C4;
}
.AnyTagClassName
{
color: #2133C4;
}
</style>
background-color css
<style>
a { background-color: #2133C4; }
a { background-color: rgb(33,51,196); }
div.DivClassName
{
background-color: #2133C4;
}
.BgClassName
{
background-color: #2133C4;
}
</style>
border-color css
<style>
span { border-color: #2133C4; }
span { border-color: rgb(33,51,196); }
td.TdClassName
{
border-color: #2133C4;
}
.TagClassName
{
border-color: #2133C4;
}
</style>