Shades of Persian Blue #2134B3
Tints of Persian Blue #2134B3
RGB
CMYK
RGB Variations
Color information
#2134B3 (or 0x2134B3) is known color: Persian Blue. HEX triplet: 21, 34 and B3. RGB value is (33,52,179). Sum of RGB (Red+Green+Blue) = 33+52+179=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 179 (70.31% from 255 or 67.80% from 264); Max value from RGB is 179 - color contains mainly: blue. Hex color #2134B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2134B3 is #DECB4C. Grayscale: #3C3C3C. Windows color (decimal): -14601037 or 11744289. OLE color: 11744289.
HSL color Cylindrical-coordinate representation of color #2134B3: hue angle of 232.19º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2134B3 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 52 | 179 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.30 |
| HSL | 232.19º | 0.69% | 0.42% | - |
| HSV(B) | 232.19º | 0.82% | 0.7% | - |
| XYZ | 9.99 | 6.03 | 43.29 | - |
| YUV | 60.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 179 | 0.82 | 0.71 | 0 | 0.30 | 232.19 | 0.69 | 0.42 |
| Hex | 21 | 34 | B3 | 52 | 47 | 0 | 1E | E8 | 45 | 2A |
| Octal | 41 | 64 | 263 | 122 | 107 | 0 | 36 | 350 | 105 | 52 |
| Binary | 100001 | 110100 | 10110011 | 1010010 | 1000111 | 0 | 11110 | 11101000 | 1000101 | 101010 |
Color Harmonies of #2134B3
Complementary color
Monochromatic Colors of #2134B3
Black with #2134B3
Text Example
Text Example
White with #2134B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2134B3; }
p { color: rgb(33,52,179); }
H1.HeaderClassName
{
color: #2134B3;
}
.AnyTagClassName
{
color: #2134B3;
}
</style>
background-color css
<style>
a { background-color: #2134B3; }
a { background-color: rgb(33,52,179); }
div.DivClassName
{
background-color: #2134B3;
}
.BgClassName
{
background-color: #2134B3;
}
</style>
border-color css
<style>
span { border-color: #2134B3; }
span { border-color: rgb(33,52,179); }
td.TdClassName
{
border-color: #2134B3;
}
.TagClassName
{
border-color: #2134B3;
}
</style>