Shades of Persian Blue #2B2EDC
Tints of Persian Blue #2B2EDC
RGB
CMYK
RGB Variations
Color information
#2B2EDC (or 0x2B2EDC) is known color: Persian Blue. HEX triplet: 2B, 2E and DC. RGB value is (43,46,220). Sum of RGB (Red+Green+Blue) = 43+46+220=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B2EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2EDC is #D4D123. Grayscale: #404040. Windows color (decimal): -13947172 or 14429739. OLE color: 14429739.
HSL color Cylindrical-coordinate representation of color #2B2EDC: hue angle of 238.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B2EDC is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 46 | 220 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.14 |
| HSL | 238.98º | 0.72% | 0.52% | - |
| HSV(B) | 238.98º | 0.8% | 0.86% | - |
| XYZ | 14.89 | 7.63 | 68.4 | - |
| YUV | 64.94 | 215.51 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 220 | 0.80 | 0.79 | 0 | 0.14 | 238.98 | 0.72 | 0.52 |
| Hex | 2B | 2E | DC | 50 | 4F | 0 | E | EF | 48 | 34 |
| Octal | 53 | 56 | 334 | 120 | 117 | 0 | 16 | 357 | 110 | 64 |
| Binary | 101011 | 101110 | 11011100 | 1010000 | 1001111 | 0 | 1110 | 11101111 | 1001000 | 110100 |
Color Harmonies of #2B2EDC
Complementary color
Monochromatic Colors of #2B2EDC
Black with #2B2EDC
Text Example
Text Example
White with #2B2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2EDC; }
p { color: rgb(43,46,220); }
H1.HeaderClassName
{
color: #2B2EDC;
}
.AnyTagClassName
{
color: #2B2EDC;
}
</style>
background-color css
<style>
a { background-color: #2B2EDC; }
a { background-color: rgb(43,46,220); }
div.DivClassName
{
background-color: #2B2EDC;
}
.BgClassName
{
background-color: #2B2EDC;
}
</style>
border-color css
<style>
span { border-color: #2B2EDC; }
span { border-color: rgb(43,46,220); }
td.TdClassName
{
border-color: #2B2EDC;
}
.TagClassName
{
border-color: #2B2EDC;
}
</style>