Shades of Persian Blue #2142B4
Tints of Persian Blue #2142B4
RGB
CMYK
RGB Variations
Color information
#2142B4 (or 0x2142B4) is known color: Persian Blue. HEX triplet: 21, 42 and B4. RGB value is (33,66,180). Sum of RGB (Red+Green+Blue) = 33+66+180=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #2142B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2142B4 is #DEBD4B. Grayscale: #444444. Windows color (decimal): -14597452 or 11813409. OLE color: 11813409.
HSL color Cylindrical-coordinate representation of color #2142B4: hue angle of 226.53º 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 #2142B4 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 66 | 180 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.29 |
| HSL | 226.53º | 0.69% | 0.42% | - |
| HSV(B) | 226.53º | 0.82% | 0.71% | - |
| XYZ | 10.81 | 7.52 | 44.06 | - |
| YUV | 69.13 | 190.57 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 180 | 0.82 | 0.63 | 0 | 0.29 | 226.53 | 0.69 | 0.42 |
| Hex | 21 | 42 | B4 | 52 | 3F | 0 | 1D | E3 | 45 | 2A |
| Octal | 41 | 102 | 264 | 122 | 77 | 0 | 35 | 343 | 105 | 52 |
| Binary | 100001 | 1000010 | 10110100 | 1010010 | 111111 | 0 | 11101 | 11100011 | 1000101 | 101010 |
Color Harmonies of #2142B4
Complementary color
Monochromatic Colors of #2142B4
Black with #2142B4
Text Example
Text Example
White with #2142B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2142B4; }
p { color: rgb(33,66,180); }
H1.HeaderClassName
{
color: #2142B4;
}
.AnyTagClassName
{
color: #2142B4;
}
</style>
background-color css
<style>
a { background-color: #2142B4; }
a { background-color: rgb(33,66,180); }
div.DivClassName
{
background-color: #2142B4;
}
.BgClassName
{
background-color: #2142B4;
}
</style>
border-color css
<style>
span { border-color: #2142B4; }
span { border-color: rgb(33,66,180); }
td.TdClassName
{
border-color: #2142B4;
}
.TagClassName
{
border-color: #2142B4;
}
</style>