Shades of Persian Blue #2543BB
Tints of Persian Blue #2543BB
RGB
CMYK
RGB Variations
Color information
#2543BB (or 0x2543BB) is known color: Persian Blue. HEX triplet: 25, 43 and BB. RGB value is (37,67,187). Sum of RGB (Red+Green+Blue) = 37+67+187=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #2543BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2543BB is #DABC44. Grayscale: #474747. Windows color (decimal): -14335045 or 12272421. OLE color: 12272421.
HSL color Cylindrical-coordinate representation of color #2543BB: hue angle of 228º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2543BB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 67 | 187 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.27 |
| HSL | 228º | 0.67% | 0.44% | - |
| HSV(B) | 228º | 0.8% | 0.73% | - |
| XYZ | 11.74 | 8 | 47.94 | - |
| YUV | 71.71 | 193.06 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 187 | 0.80 | 0.64 | 0 | 0.27 | 228 | 0.67 | 0.44 |
| Hex | 25 | 43 | BB | 50 | 40 | 0 | 1B | E4 | 43 | 2C |
| Octal | 45 | 103 | 273 | 120 | 100 | 0 | 33 | 344 | 103 | 54 |
| Binary | 100101 | 1000011 | 10111011 | 1010000 | 1000000 | 0 | 11011 | 11100100 | 1000011 | 101100 |
Color Harmonies of #2543BB
Complementary color
Monochromatic Colors of #2543BB
Black with #2543BB
Text Example
Text Example
White with #2543BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2543BB; }
p { color: rgb(37,67,187); }
H1.HeaderClassName
{
color: #2543BB;
}
.AnyTagClassName
{
color: #2543BB;
}
</style>
background-color css
<style>
a { background-color: #2543BB; }
a { background-color: rgb(37,67,187); }
div.DivClassName
{
background-color: #2543BB;
}
.BgClassName
{
background-color: #2543BB;
}
</style>
border-color css
<style>
span { border-color: #2543BB; }
span { border-color: rgb(37,67,187); }
td.TdClassName
{
border-color: #2543BB;
}
.TagClassName
{
border-color: #2543BB;
}
</style>