Shades of Persian Blue #2B42BD
Tints of Persian Blue #2B42BD
RGB
CMYK
RGB Variations
Color information
#2B42BD (or 0x2B42BD) is known color: Persian Blue. HEX triplet: 2B, 42 and BD. RGB value is (43,66,189). Sum of RGB (Red+Green+Blue) = 43+66+189=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B42BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B42BD is #D4BD42. Grayscale: #484848. Windows color (decimal): -13942083 or 12403243. OLE color: 12403243.
HSL color Cylindrical-coordinate representation of color #2B42BD: hue angle of 230.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B42BD is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 66 | 189 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.26 |
| HSL | 230.55º | 0.63% | 0.45% | - |
| HSV(B) | 230.55º | 0.77% | 0.74% | - |
| XYZ | 12.13 | 8.08 | 49.07 | - |
| YUV | 73.15 | 193.38 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 189 | 0.77 | 0.65 | 0 | 0.26 | 230.55 | 0.63 | 0.45 |
| Hex | 2B | 42 | BD | 4D | 41 | 0 | 1A | E7 | 3F | 2D |
| Octal | 53 | 102 | 275 | 115 | 101 | 0 | 32 | 347 | 77 | 55 |
| Binary | 101011 | 1000010 | 10111101 | 1001101 | 1000001 | 0 | 11010 | 11100111 | 111111 | 101101 |
Color Harmonies of #2B42BD
Complementary color
Monochromatic Colors of #2B42BD
Black with #2B42BD
Text Example
Text Example
White with #2B42BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B42BD; }
p { color: rgb(43,66,189); }
H1.HeaderClassName
{
color: #2B42BD;
}
.AnyTagClassName
{
color: #2B42BD;
}
</style>
background-color css
<style>
a { background-color: #2B42BD; }
a { background-color: rgb(43,66,189); }
div.DivClassName
{
background-color: #2B42BD;
}
.BgClassName
{
background-color: #2B42BD;
}
</style>
border-color css
<style>
span { border-color: #2B42BD; }
span { border-color: rgb(43,66,189); }
td.TdClassName
{
border-color: #2B42BD;
}
.TagClassName
{
border-color: #2B42BD;
}
</style>