Shades of Persian Blue #2C2FBD
Tints of Persian Blue #2C2FBD
RGB
CMYK
RGB Variations
Color information
#2C2FBD (or 0x2C2FBD) is known color: Persian Blue. HEX triplet: 2C, 2F and BD. RGB value is (44,47,189). Sum of RGB (Red+Green+Blue) = 44+47+189=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C2FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C2FBD is #D3D042. Grayscale: #3D3D3D. Windows color (decimal): -13881411 or 12398380. OLE color: 12398380.
HSL color Cylindrical-coordinate representation of color #2C2FBD: hue angle of 238.76º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C2FBD is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 47 | 189 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.26 |
| HSL | 238.76º | 0.62% | 0.46% | - |
| HSV(B) | 238.76º | 0.77% | 0.74% | - |
| XYZ | 11.24 | 6.24 | 48.76 | - |
| YUV | 62.29 | 199.51 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 47 | 189 | 0.77 | 0.75 | 0 | 0.26 | 238.76 | 0.62 | 0.46 |
| Hex | 2C | 2F | BD | 4D | 4B | 0 | 1A | EF | 3E | 2E |
| Octal | 54 | 57 | 275 | 115 | 113 | 0 | 32 | 357 | 76 | 56 |
| Binary | 101100 | 101111 | 10111101 | 1001101 | 1001011 | 0 | 11010 | 11101111 | 111110 | 101110 |
Color Harmonies of #2C2FBD
Complementary color
Monochromatic Colors of #2C2FBD
Black with #2C2FBD
Text Example
Text Example
White with #2C2FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2FBD; }
p { color: rgb(44,47,189); }
H1.HeaderClassName
{
color: #2C2FBD;
}
.AnyTagClassName
{
color: #2C2FBD;
}
</style>
background-color css
<style>
a { background-color: #2C2FBD; }
a { background-color: rgb(44,47,189); }
div.DivClassName
{
background-color: #2C2FBD;
}
.BgClassName
{
background-color: #2C2FBD;
}
</style>
border-color css
<style>
span { border-color: #2C2FBD; }
span { border-color: rgb(44,47,189); }
td.TdClassName
{
border-color: #2C2FBD;
}
.TagClassName
{
border-color: #2C2FBD;
}
</style>