Shades of Persian Blue #2D37BB
Tints of Persian Blue #2D37BB
RGB
CMYK
RGB Variations
Color information
#2D37BB (or 0x2D37BB) is known color: Persian Blue. HEX triplet: 2D, 37 and BB. RGB value is (45,55,187). Sum of RGB (Red+Green+Blue) = 45+55+187=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D37BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D37BB is #D2C844. Grayscale: #424242. Windows color (decimal): -13813829 or 12269357. OLE color: 12269357.
HSL color Cylindrical-coordinate representation of color #2D37BB: hue angle of 235.77º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D37BB is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 55 | 187 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.27 |
| HSL | 235.77º | 0.61% | 0.45% | - |
| HSV(B) | 235.77º | 0.76% | 0.73% | - |
| XYZ | 11.42 | 6.88 | 47.74 | - |
| YUV | 67.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 187 | 0.76 | 0.71 | 0 | 0.27 | 235.77 | 0.61 | 0.45 |
| Hex | 2D | 37 | BB | 4C | 47 | 0 | 1B | EC | 3D | 2D |
| Octal | 55 | 67 | 273 | 114 | 107 | 0 | 33 | 354 | 75 | 55 |
| Binary | 101101 | 110111 | 10111011 | 1001100 | 1000111 | 0 | 11011 | 11101100 | 111101 | 101101 |
Color Harmonies of #2D37BB
Complementary color
Monochromatic Colors of #2D37BB
Black with #2D37BB
Text Example
Text Example
White with #2D37BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D37BB; }
p { color: rgb(45,55,187); }
H1.HeaderClassName
{
color: #2D37BB;
}
.AnyTagClassName
{
color: #2D37BB;
}
</style>
background-color css
<style>
a { background-color: #2D37BB; }
a { background-color: rgb(45,55,187); }
div.DivClassName
{
background-color: #2D37BB;
}
.BgClassName
{
background-color: #2D37BB;
}
</style>
border-color css
<style>
span { border-color: #2D37BB; }
span { border-color: rgb(45,55,187); }
td.TdClassName
{
border-color: #2D37BB;
}
.TagClassName
{
border-color: #2D37BB;
}
</style>