Shades of Persian Blue #2B27CC
Tints of Persian Blue #2B27CC
RGB
CMYK
RGB Variations
Color information
#2B27CC (or 0x2B27CC) is known color: Persian Blue. HEX triplet: 2B, 27 and CC. RGB value is (43,39,204). Sum of RGB (Red+Green+Blue) = 43+39+204=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B27CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B27CC is #D4D833. Grayscale: #3A3A3A. Windows color (decimal): -13948980 or 13379371. OLE color: 13379371.
HSL color Cylindrical-coordinate representation of color #2B27CC: hue angle of 241.45º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B27CC is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 39 | 204 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.2 |
| HSL | 241.45º | 0.68% | 0.48% | - |
| HSV(B) | 241.45º | 0.81% | 0.8% | - |
| XYZ | 12.62 | 6.32 | 57.68 | - |
| YUV | 59.01 | 209.83 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 204 | 0.79 | 0.81 | 0 | 0.2 | 241.45 | 0.68 | 0.48 |
| Hex | 2B | 27 | CC | 4F | 51 | 0 | 14 | F1 | 44 | 30 |
| Octal | 53 | 47 | 314 | 117 | 121 | 0 | 24 | 361 | 104 | 60 |
| Binary | 101011 | 100111 | 11001100 | 1001111 | 1010001 | 0 | 10100 | 11110001 | 1000100 | 110000 |
Color Harmonies of #2B27CC
Complementary color
Monochromatic Colors of #2B27CC
Black with #2B27CC
Text Example
Text Example
White with #2B27CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B27CC; }
p { color: rgb(43,39,204); }
H1.HeaderClassName
{
color: #2B27CC;
}
.AnyTagClassName
{
color: #2B27CC;
}
</style>
background-color css
<style>
a { background-color: #2B27CC; }
a { background-color: rgb(43,39,204); }
div.DivClassName
{
background-color: #2B27CC;
}
.BgClassName
{
background-color: #2B27CC;
}
</style>
border-color css
<style>
span { border-color: #2B27CC; }
span { border-color: rgb(43,39,204); }
td.TdClassName
{
border-color: #2B27CC;
}
.TagClassName
{
border-color: #2B27CC;
}
</style>