Shades of Persian Blue #2B40D2
Tints of Persian Blue #2B40D2
RGB
CMYK
RGB Variations
Color information
#2B40D2 (or 0x2B40D2) is known color: Persian Blue. HEX triplet: 2B, 40 and D2. RGB value is (43,64,210). Sum of RGB (Red+Green+Blue) = 43+64+210=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 210 (82.42% from 255 or 66.25% from 317); Max value from RGB is 210 - color contains mainly: blue. Hex color #2B40D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B40D2 is #D4BF2D. Grayscale: #494949. Windows color (decimal): -13942574 or 13778987. OLE color: 13778987.
HSL color Cylindrical-coordinate representation of color #2B40D2: hue angle of 232.46º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B40D2 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 64 | 210 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.18 |
| HSL | 232.46º | 0.66% | 0.5% | - |
| HSV(B) | 232.46º | 0.8% | 0.82% | - |
| XYZ | 14.46 | 8.83 | 61.92 | - |
| YUV | 74.37 | 204.54 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 210 | 0.80 | 0.70 | 0 | 0.18 | 232.46 | 0.66 | 0.5 |
| Hex | 2B | 40 | D2 | 50 | 46 | 0 | 12 | E8 | 42 | 32 |
| Octal | 53 | 100 | 322 | 120 | 106 | 0 | 22 | 350 | 102 | 62 |
| Binary | 101011 | 1000000 | 11010010 | 1010000 | 1000110 | 0 | 10010 | 11101000 | 1000010 | 110010 |
Color Harmonies of #2B40D2
Complementary color
Monochromatic Colors of #2B40D2
Black with #2B40D2
Text Example
Text Example
White with #2B40D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B40D2; }
p { color: rgb(43,64,210); }
H1.HeaderClassName
{
color: #2B40D2;
}
.AnyTagClassName
{
color: #2B40D2;
}
</style>
background-color css
<style>
a { background-color: #2B40D2; }
a { background-color: rgb(43,64,210); }
div.DivClassName
{
background-color: #2B40D2;
}
.BgClassName
{
background-color: #2B40D2;
}
</style>
border-color css
<style>
span { border-color: #2B40D2; }
span { border-color: rgb(43,64,210); }
td.TdClassName
{
border-color: #2B40D2;
}
.TagClassName
{
border-color: #2B40D2;
}
</style>