Shades of Persian Blue #2B3DD8
Tints of Persian Blue #2B3DD8
RGB
CMYK
RGB Variations
Color information
#2B3DD8 (or 0x2B3DD8) is known color: Persian Blue. HEX triplet: 2B, 3D and D8. RGB value is (43,61,216). Sum of RGB (Red+Green+Blue) = 43+61+216=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 216 (84.77% from 255 or 67.5% from 320); Max value from RGB is 216 - color contains mainly: blue. Hex color #2B3DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3DD8 is #D4C227. Grayscale: #484848. Windows color (decimal): -13943336 or 14171435. OLE color: 14171435.
HSL color Cylindrical-coordinate representation of color #2B3DD8: hue angle of 233.76º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B3DD8 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 61 | 216 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.15 |
| HSL | 233.76º | 0.69% | 0.51% | - |
| HSV(B) | 233.76º | 0.8% | 0.85% | - |
| XYZ | 15.06 | 8.81 | 65.87 | - |
| YUV | 73.29 | 208.54 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 216 | 0.80 | 0.72 | 0 | 0.15 | 233.76 | 0.69 | 0.51 |
| Hex | 2B | 3D | D8 | 50 | 48 | 0 | F | EA | 45 | 33 |
| Octal | 53 | 75 | 330 | 120 | 110 | 0 | 17 | 352 | 105 | 63 |
| Binary | 101011 | 111101 | 11011000 | 1010000 | 1001000 | 0 | 1111 | 11101010 | 1000101 | 110011 |
Color Harmonies of #2B3DD8
Complementary color
Monochromatic Colors of #2B3DD8
Black with #2B3DD8
Text Example
Text Example
White with #2B3DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3DD8; }
p { color: rgb(43,61,216); }
H1.HeaderClassName
{
color: #2B3DD8;
}
.AnyTagClassName
{
color: #2B3DD8;
}
</style>
background-color css
<style>
a { background-color: #2B3DD8; }
a { background-color: rgb(43,61,216); }
div.DivClassName
{
background-color: #2B3DD8;
}
.BgClassName
{
background-color: #2B3DD8;
}
</style>
border-color css
<style>
span { border-color: #2B3DD8; }
span { border-color: rgb(43,61,216); }
td.TdClassName
{
border-color: #2B3DD8;
}
.TagClassName
{
border-color: #2B3DD8;
}
</style>