Shades of Persian Blue #2B2CDA
Tints of Persian Blue #2B2CDA
RGB
CMYK
RGB Variations
Color information
#2B2CDA (or 0x2B2CDA) is known color: Persian Blue. HEX triplet: 2B, 2C and DA. RGB value is (43,44,218). Sum of RGB (Red+Green+Blue) = 43+44+218=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B2CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2CDA is #D4D325. Grayscale: #3E3E3E. Windows color (decimal): -13947686 or 14298155. OLE color: 14298155.
HSL color Cylindrical-coordinate representation of color #2B2CDA: hue angle of 239.66º degrees, saturation: 0.7, 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 #2B2CDA is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 44 | 218 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.15 |
| HSL | 239.66º | 0.7% | 0.51% | - |
| HSV(B) | 239.66º | 0.8% | 0.85% | - |
| XYZ | 14.55 | 7.38 | 66.99 | - |
| YUV | 63.54 | 215.17 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 218 | 0.80 | 0.80 | 0 | 0.15 | 239.66 | 0.7 | 0.51 |
| Hex | 2B | 2C | DA | 50 | 50 | 0 | F | F0 | 46 | 33 |
| Octal | 53 | 54 | 332 | 120 | 120 | 0 | 17 | 360 | 106 | 63 |
| Binary | 101011 | 101100 | 11011010 | 1010000 | 1010000 | 0 | 1111 | 11110000 | 1000110 | 110011 |
Color Harmonies of #2B2CDA
Complementary color
Monochromatic Colors of #2B2CDA
Black with #2B2CDA
Text Example
Text Example
White with #2B2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2CDA; }
p { color: rgb(43,44,218); }
H1.HeaderClassName
{
color: #2B2CDA;
}
.AnyTagClassName
{
color: #2B2CDA;
}
</style>
background-color css
<style>
a { background-color: #2B2CDA; }
a { background-color: rgb(43,44,218); }
div.DivClassName
{
background-color: #2B2CDA;
}
.BgClassName
{
background-color: #2B2CDA;
}
</style>
border-color css
<style>
span { border-color: #2B2CDA; }
span { border-color: rgb(43,44,218); }
td.TdClassName
{
border-color: #2B2CDA;
}
.TagClassName
{
border-color: #2B2CDA;
}
</style>