Shades of Persian Blue #2146B4
Tints of Persian Blue #2146B4
RGB
CMYK
RGB Variations
Color information
#2146B4 (or 0x2146B4) is known color: Persian Blue. HEX triplet: 21, 46 and B4. RGB value is (33,70,180). Sum of RGB (Red+Green+Blue) = 33+70+180=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 180 (70.70% from 255 or 63.60% from 283); Max value from RGB is 180 - color contains mainly: blue. Hex color #2146B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2146B4 is #DEB94B. Grayscale: #474747. Windows color (decimal): -14596428 or 11814433. OLE color: 11814433.
HSL color Cylindrical-coordinate representation of color #2146B4: hue angle of 224.9º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2146B4 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 70 | 180 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.29 |
| HSL | 224.9º | 0.69% | 0.42% | - |
| HSV(B) | 224.9º | 0.82% | 0.71% | - |
| XYZ | 11.06 | 8 | 44.14 | - |
| YUV | 71.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 180 | 0.82 | 0.61 | 0 | 0.29 | 224.9 | 0.69 | 0.42 |
| Hex | 21 | 46 | B4 | 52 | 3D | 0 | 1D | E1 | 45 | 2A |
| Octal | 41 | 106 | 264 | 122 | 75 | 0 | 35 | 341 | 105 | 52 |
| Binary | 100001 | 1000110 | 10110100 | 1010010 | 111101 | 0 | 11101 | 11100001 | 1000101 | 101010 |
Color Harmonies of #2146B4
Complementary color
Monochromatic Colors of #2146B4
Black with #2146B4
Text Example
Text Example
White with #2146B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2146B4; }
p { color: rgb(33,70,180); }
H1.HeaderClassName
{
color: #2146B4;
}
.AnyTagClassName
{
color: #2146B4;
}
</style>
background-color css
<style>
a { background-color: #2146B4; }
a { background-color: rgb(33,70,180); }
div.DivClassName
{
background-color: #2146B4;
}
.BgClassName
{
background-color: #2146B4;
}
</style>
border-color css
<style>
span { border-color: #2146B4; }
span { border-color: rgb(33,70,180); }
td.TdClassName
{
border-color: #2146B4;
}
.TagClassName
{
border-color: #2146B4;
}
</style>