Shades of Persian Blue #2B26CC
Tints of Persian Blue #2B26CC
RGB
CMYK
RGB Variations
Color information
#2B26CC (or 0x2B26CC) is known color: Persian Blue. HEX triplet: 2B, 26 and CC. RGB value is (43,38,204). Sum of RGB (Red+Green+Blue) = 43+38+204=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B26CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B26CC is #D4D933. Grayscale: #393939. Windows color (decimal): -13949236 or 13379115. OLE color: 13379115.
HSL color Cylindrical-coordinate representation of color #2B26CC: hue angle of 241.81º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B26CC is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 38 | 204 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.2 |
| HSL | 241.81º | 0.69% | 0.47% | - |
| HSV(B) | 241.81º | 0.81% | 0.8% | - |
| XYZ | 12.59 | 6.26 | 57.67 | - |
| YUV | 58.42 | 210.16 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 204 | 0.79 | 0.81 | 0 | 0.2 | 241.81 | 0.69 | 0.47 |
| Hex | 2B | 26 | CC | 4F | 51 | 0 | 14 | F2 | 45 | 2F |
| Octal | 53 | 46 | 314 | 117 | 121 | 0 | 24 | 362 | 105 | 57 |
| Binary | 101011 | 100110 | 11001100 | 1001111 | 1010001 | 0 | 10100 | 11110010 | 1000101 | 101111 |
Color Harmonies of #2B26CC
Complementary color
Monochromatic Colors of #2B26CC
Black with #2B26CC
Text Example
Text Example
White with #2B26CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B26CC; }
p { color: rgb(43,38,204); }
H1.HeaderClassName
{
color: #2B26CC;
}
.AnyTagClassName
{
color: #2B26CC;
}
</style>
background-color css
<style>
a { background-color: #2B26CC; }
a { background-color: rgb(43,38,204); }
div.DivClassName
{
background-color: #2B26CC;
}
.BgClassName
{
background-color: #2B26CC;
}
</style>
border-color css
<style>
span { border-color: #2B26CC; }
span { border-color: rgb(43,38,204); }
td.TdClassName
{
border-color: #2B26CC;
}
.TagClassName
{
border-color: #2B26CC;
}
</style>