Shades of Persian Blue #2837B0
Tints of Persian Blue #2837B0
RGB
CMYK
RGB Variations
Color information
#2837B0 (or 0x2837B0) is known color: Persian Blue. HEX triplet: 28, 37 and B0. RGB value is (40,55,176). Sum of RGB (Red+Green+Blue) = 40+55+176=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 176 (69.14% from 255 or 64.94% from 271); Max value from RGB is 176 - color contains mainly: blue. Hex color #2837B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2837B0 is #D7C84F. Grayscale: #3F3F3F. Windows color (decimal): -14141520 or 11548456. OLE color: 11548456.
HSL color Cylindrical-coordinate representation of color #2837B0: hue angle of 233.38º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2837B0 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 55 | 176 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.31 |
| HSL | 233.38º | 0.63% | 0.42% | - |
| HSV(B) | 233.38º | 0.77% | 0.69% | - |
| XYZ | 10.08 | 6.32 | 41.76 | - |
| YUV | 64.31 | 191.03 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 176 | 0.77 | 0.69 | 0 | 0.31 | 233.38 | 0.63 | 0.42 |
| Hex | 28 | 37 | B0 | 4D | 45 | 0 | 1F | E9 | 3F | 2A |
| Octal | 50 | 67 | 260 | 115 | 105 | 0 | 37 | 351 | 77 | 52 |
| Binary | 101000 | 110111 | 10110000 | 1001101 | 1000101 | 0 | 11111 | 11101001 | 111111 | 101010 |
Color Harmonies of #2837B0
Complementary color
Monochromatic Colors of #2837B0
Black with #2837B0
Text Example
Text Example
White with #2837B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2837B0; }
p { color: rgb(40,55,176); }
H1.HeaderClassName
{
color: #2837B0;
}
.AnyTagClassName
{
color: #2837B0;
}
</style>
background-color css
<style>
a { background-color: #2837B0; }
a { background-color: rgb(40,55,176); }
div.DivClassName
{
background-color: #2837B0;
}
.BgClassName
{
background-color: #2837B0;
}
</style>
border-color css
<style>
span { border-color: #2837B0; }
span { border-color: rgb(40,55,176); }
td.TdClassName
{
border-color: #2837B0;
}
.TagClassName
{
border-color: #2837B0;
}
</style>