Shades of Persian Blue #2B40B5
Tints of Persian Blue #2B40B5
RGB
CMYK
RGB Variations
Color information
#2B40B5 (or 0x2B40B5) is known color: Persian Blue. HEX triplet: 2B, 40 and B5. RGB value is (43,64,181). Sum of RGB (Red+Green+Blue) = 43+64+181=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 181 (71.09% from 255 or 62.85% from 288); Max value from RGB is 181 - color contains mainly: blue. Hex color #2B40B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B40B5 is #D4BF4A. Grayscale: #464646. Windows color (decimal): -13942603 or 11878443. OLE color: 11878443.
HSL color Cylindrical-coordinate representation of color #2B40B5: hue angle of 230.87º degrees, saturation: 0.62, 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 #2B40B5 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 64 | 181 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.29 |
| HSL | 230.87º | 0.62% | 0.44% | - |
| HSV(B) | 230.87º | 0.76% | 0.71% | - |
| XYZ | 11.17 | 7.52 | 44.58 | - |
| YUV | 71.06 | 190.04 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 181 | 0.76 | 0.65 | 0 | 0.29 | 230.87 | 0.62 | 0.44 |
| Hex | 2B | 40 | B5 | 4C | 41 | 0 | 1D | E7 | 3E | 2C |
| Octal | 53 | 100 | 265 | 114 | 101 | 0 | 35 | 347 | 76 | 54 |
| Binary | 101011 | 1000000 | 10110101 | 1001100 | 1000001 | 0 | 11101 | 11100111 | 111110 | 101100 |
Color Harmonies of #2B40B5
Complementary color
Monochromatic Colors of #2B40B5
Black with #2B40B5
Text Example
Text Example
White with #2B40B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B40B5; }
p { color: rgb(43,64,181); }
H1.HeaderClassName
{
color: #2B40B5;
}
.AnyTagClassName
{
color: #2B40B5;
}
</style>
background-color css
<style>
a { background-color: #2B40B5; }
a { background-color: rgb(43,64,181); }
div.DivClassName
{
background-color: #2B40B5;
}
.BgClassName
{
background-color: #2B40B5;
}
</style>
border-color css
<style>
span { border-color: #2B40B5; }
span { border-color: rgb(43,64,181); }
td.TdClassName
{
border-color: #2B40B5;
}
.TagClassName
{
border-color: #2B40B5;
}
</style>