Shades of Persian Blue #2831BB
Tints of Persian Blue #2831BB
RGB
CMYK
RGB Variations
Color information
#2831BB (or 0x2831BB) is known color: Persian Blue. HEX triplet: 28, 31 and BB. RGB value is (40,49,187). Sum of RGB (Red+Green+Blue) = 40+49+187=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #2831BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2831BB is #D7CE44. Grayscale: #3D3D3D. Windows color (decimal): -14143045 or 12267816. OLE color: 12267816.
HSL color Cylindrical-coordinate representation of color #2831BB: hue angle of 236.33º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2831BB is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 49 | 187 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.27 |
| HSL | 236.33º | 0.65% | 0.45% | - |
| HSV(B) | 236.33º | 0.79% | 0.73% | - |
| XYZ | 10.94 | 6.24 | 47.64 | - |
| YUV | 62.04 | 198.52 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 187 | 0.79 | 0.74 | 0 | 0.27 | 236.33 | 0.65 | 0.45 |
| Hex | 28 | 31 | BB | 4F | 4A | 0 | 1B | EC | 41 | 2D |
| Octal | 50 | 61 | 273 | 117 | 112 | 0 | 33 | 354 | 101 | 55 |
| Binary | 101000 | 110001 | 10111011 | 1001111 | 1001010 | 0 | 11011 | 11101100 | 1000001 | 101101 |
Color Harmonies of #2831BB
Complementary color
Monochromatic Colors of #2831BB
Black with #2831BB
Text Example
Text Example
White with #2831BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2831BB; }
p { color: rgb(40,49,187); }
H1.HeaderClassName
{
color: #2831BB;
}
.AnyTagClassName
{
color: #2831BB;
}
</style>
background-color css
<style>
a { background-color: #2831BB; }
a { background-color: rgb(40,49,187); }
div.DivClassName
{
background-color: #2831BB;
}
.BgClassName
{
background-color: #2831BB;
}
</style>
border-color css
<style>
span { border-color: #2831BB; }
span { border-color: rgb(40,49,187); }
td.TdClassName
{
border-color: #2831BB;
}
.TagClassName
{
border-color: #2831BB;
}
</style>