Shades of Persian Blue #2B3EBC
Tints of Persian Blue #2B3EBC
RGB
CMYK
RGB Variations
Color information
#2B3EBC (or 0x2B3EBC) is known color: Persian Blue. HEX triplet: 2B, 3E and BC. RGB value is (43,62,188). Sum of RGB (Red+Green+Blue) = 43+62+188=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B3EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3EBC is #D4C143. Grayscale: #464646. Windows color (decimal): -13943108 or 12336683. OLE color: 12336683.
HSL color Cylindrical-coordinate representation of color #2B3EBC: hue angle of 232.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B3EBC is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 62 | 188 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.26 |
| HSL | 232.14º | 0.63% | 0.45% | - |
| HSV(B) | 232.14º | 0.77% | 0.74% | - |
| XYZ | 11.8 | 7.59 | 48.42 | - |
| YUV | 70.68 | 194.21 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 62 | 188 | 0.77 | 0.67 | 0 | 0.26 | 232.14 | 0.63 | 0.45 |
| Hex | 2B | 3E | BC | 4D | 43 | 0 | 1A | E8 | 3F | 2D |
| Octal | 53 | 76 | 274 | 115 | 103 | 0 | 32 | 350 | 77 | 55 |
| Binary | 101011 | 111110 | 10111100 | 1001101 | 1000011 | 0 | 11010 | 11101000 | 111111 | 101101 |
Color Harmonies of #2B3EBC
Complementary color
Monochromatic Colors of #2B3EBC
Black with #2B3EBC
Text Example
Text Example
White with #2B3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3EBC; }
p { color: rgb(43,62,188); }
H1.HeaderClassName
{
color: #2B3EBC;
}
.AnyTagClassName
{
color: #2B3EBC;
}
</style>
background-color css
<style>
a { background-color: #2B3EBC; }
a { background-color: rgb(43,62,188); }
div.DivClassName
{
background-color: #2B3EBC;
}
.BgClassName
{
background-color: #2B3EBC;
}
</style>
border-color css
<style>
span { border-color: #2B3EBC; }
span { border-color: rgb(43,62,188); }
td.TdClassName
{
border-color: #2B3EBC;
}
.TagClassName
{
border-color: #2B3EBC;
}
</style>