Shades of Persian Blue #2B3DBE
Tints of Persian Blue #2B3DBE
RGB
CMYK
RGB Variations
Color information
#2B3DBE (or 0x2B3DBE) is known color: Persian Blue. HEX triplet: 2B, 3D and BE. RGB value is (43,61,190). Sum of RGB (Red+Green+Blue) = 43+61+190=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B3DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3DBE is #D4C241. Grayscale: #454545. Windows color (decimal): -13943362 or 12467499. OLE color: 12467499.
HSL color Cylindrical-coordinate representation of color #2B3DBE: hue angle of 232.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B3DBE is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 61 | 190 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.25 |
| HSL | 232.65º | 0.63% | 0.46% | - |
| HSV(B) | 232.65º | 0.77% | 0.75% | - |
| XYZ | 11.96 | 7.57 | 49.55 | - |
| YUV | 70.32 | 195.54 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 190 | 0.77 | 0.68 | 0 | 0.25 | 232.65 | 0.63 | 0.46 |
| Hex | 2B | 3D | BE | 4D | 44 | 0 | 19 | E9 | 3F | 2E |
| Octal | 53 | 75 | 276 | 115 | 104 | 0 | 31 | 351 | 77 | 56 |
| Binary | 101011 | 111101 | 10111110 | 1001101 | 1000100 | 0 | 11001 | 11101001 | 111111 | 101110 |
Color Harmonies of #2B3DBE
Complementary color
Monochromatic Colors of #2B3DBE
Black with #2B3DBE
Text Example
Text Example
White with #2B3DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3DBE; }
p { color: rgb(43,61,190); }
H1.HeaderClassName
{
color: #2B3DBE;
}
.AnyTagClassName
{
color: #2B3DBE;
}
</style>
background-color css
<style>
a { background-color: #2B3DBE; }
a { background-color: rgb(43,61,190); }
div.DivClassName
{
background-color: #2B3DBE;
}
.BgClassName
{
background-color: #2B3DBE;
}
</style>
border-color css
<style>
span { border-color: #2B3DBE; }
span { border-color: rgb(43,61,190); }
td.TdClassName
{
border-color: #2B3DBE;
}
.TagClassName
{
border-color: #2B3DBE;
}
</style>