Shades of Persian Blue #2B3FD2
Tints of Persian Blue #2B3FD2
RGB
CMYK
RGB Variations
Color information
#2B3FD2 (or 0x2B3FD2) is known color: Persian Blue. HEX triplet: 2B, 3F and D2. RGB value is (43,63,210). Sum of RGB (Red+Green+Blue) = 43+63+210=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 210 (82.42% from 255 or 66.46% from 316); Max value from RGB is 210 - color contains mainly: blue. Hex color #2B3FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3FD2 is #D4C02D. Grayscale: #494949. Windows color (decimal): -13942830 or 13778731. OLE color: 13778731.
HSL color Cylindrical-coordinate representation of color #2B3FD2: hue angle of 232.81º 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 #2B3FD2 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 63 | 210 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.18 |
| HSL | 232.81º | 0.66% | 0.5% | - |
| HSV(B) | 232.81º | 0.8% | 0.82% | - |
| XYZ | 14.41 | 8.72 | 61.9 | - |
| YUV | 73.78 | 204.87 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 210 | 0.80 | 0.70 | 0 | 0.18 | 232.81 | 0.66 | 0.5 |
| Hex | 2B | 3F | D2 | 50 | 46 | 0 | 12 | E9 | 42 | 32 |
| Octal | 53 | 77 | 322 | 120 | 106 | 0 | 22 | 351 | 102 | 62 |
| Binary | 101011 | 111111 | 11010010 | 1010000 | 1000110 | 0 | 10010 | 11101001 | 1000010 | 110010 |
Color Harmonies of #2B3FD2
Complementary color
Monochromatic Colors of #2B3FD2
Black with #2B3FD2
Text Example
Text Example
White with #2B3FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3FD2; }
p { color: rgb(43,63,210); }
H1.HeaderClassName
{
color: #2B3FD2;
}
.AnyTagClassName
{
color: #2B3FD2;
}
</style>
background-color css
<style>
a { background-color: #2B3FD2; }
a { background-color: rgb(43,63,210); }
div.DivClassName
{
background-color: #2B3FD2;
}
.BgClassName
{
background-color: #2B3FD2;
}
</style>
border-color css
<style>
span { border-color: #2B3FD2; }
span { border-color: rgb(43,63,210); }
td.TdClassName
{
border-color: #2B3FD2;
}
.TagClassName
{
border-color: #2B3FD2;
}
</style>