Shades of Persian Blue #2437BF
Tints of Persian Blue #2437BF
RGB
CMYK
RGB Variations
Color information
#2437BF (or 0x2437BF) is known color: Persian Blue. HEX triplet: 24, 37 and BF. RGB value is (36,55,191). Sum of RGB (Red+Green+Blue) = 36+55+191=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #2437BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2437BF is #DBC840. Grayscale: #404040. Windows color (decimal): -14403649 or 12531492. OLE color: 12531492.
HSL color Cylindrical-coordinate representation of color #2437BF: hue angle of 232.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2437BF is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 55 | 191 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.25 |
| HSL | 232.65º | 0.68% | 0.45% | - |
| HSV(B) | 232.65º | 0.81% | 0.75% | - |
| XYZ | 11.5 | 6.87 | 50.01 | - |
| YUV | 64.82 | 199.21 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 55 | 191 | 0.81 | 0.71 | 0 | 0.25 | 232.65 | 0.68 | 0.45 |
| Hex | 24 | 37 | BF | 51 | 47 | 0 | 19 | E9 | 44 | 2D |
| Octal | 44 | 67 | 277 | 121 | 107 | 0 | 31 | 351 | 104 | 55 |
| Binary | 100100 | 110111 | 10111111 | 1010001 | 1000111 | 0 | 11001 | 11101001 | 1000100 | 101101 |
Color Harmonies of #2437BF
Complementary color
Monochromatic Colors of #2437BF
Black with #2437BF
Text Example
Text Example
White with #2437BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2437BF; }
p { color: rgb(36,55,191); }
H1.HeaderClassName
{
color: #2437BF;
}
.AnyTagClassName
{
color: #2437BF;
}
</style>
background-color css
<style>
a { background-color: #2437BF; }
a { background-color: rgb(36,55,191); }
div.DivClassName
{
background-color: #2437BF;
}
.BgClassName
{
background-color: #2437BF;
}
</style>
border-color css
<style>
span { border-color: #2437BF; }
span { border-color: rgb(36,55,191); }
td.TdClassName
{
border-color: #2437BF;
}
.TagClassName
{
border-color: #2437BF;
}
</style>