Shades of Persian Blue #2B42B4
Tints of Persian Blue #2B42B4
RGB
CMYK
RGB Variations
Color information
#2B42B4 (or 0x2B42B4) is known color: Persian Blue. HEX triplet: 2B, 42 and B4. RGB value is (43,66,180). Sum of RGB (Red+Green+Blue) = 43+66+180=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #2B42B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B42B4 is #D4BD4B. Grayscale: #474747. Windows color (decimal): -13942092 or 11813419. OLE color: 11813419.
HSL color Cylindrical-coordinate representation of color #2B42B4: hue angle of 229.93º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B42B4 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 66 | 180 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.29 |
| HSL | 229.93º | 0.61% | 0.44% | - |
| HSV(B) | 229.93º | 0.76% | 0.71% | - |
| XYZ | 11.18 | 7.71 | 44.08 | - |
| YUV | 72.12 | 188.88 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 180 | 0.76 | 0.63 | 0 | 0.29 | 229.93 | 0.61 | 0.44 |
| Hex | 2B | 42 | B4 | 4C | 3F | 0 | 1D | E6 | 3D | 2C |
| Octal | 53 | 102 | 264 | 114 | 77 | 0 | 35 | 346 | 75 | 54 |
| Binary | 101011 | 1000010 | 10110100 | 1001100 | 111111 | 0 | 11101 | 11100110 | 111101 | 101100 |
Color Harmonies of #2B42B4
Complementary color
Monochromatic Colors of #2B42B4
Black with #2B42B4
Text Example
Text Example
White with #2B42B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B42B4; }
p { color: rgb(43,66,180); }
H1.HeaderClassName
{
color: #2B42B4;
}
.AnyTagClassName
{
color: #2B42B4;
}
</style>
background-color css
<style>
a { background-color: #2B42B4; }
a { background-color: rgb(43,66,180); }
div.DivClassName
{
background-color: #2B42B4;
}
.BgClassName
{
background-color: #2B42B4;
}
</style>
border-color css
<style>
span { border-color: #2B42B4; }
span { border-color: rgb(43,66,180); }
td.TdClassName
{
border-color: #2B42B4;
}
.TagClassName
{
border-color: #2B42B4;
}
</style>