Shades of Persian Blue #2543B7
Tints of Persian Blue #2543B7
RGB
CMYK
RGB Variations
Color information
#2543B7 (or 0x2543B7) is known color: Persian Blue. HEX triplet: 25, 43 and B7. RGB value is (37,67,183). Sum of RGB (Red+Green+Blue) = 37+67+183=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 183 (71.88% from 255 or 63.76% from 287); Max value from RGB is 183 - color contains mainly: blue. Hex color #2543B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2543B7 is #DABC48. Grayscale: #464646. Windows color (decimal): -14335049 or 12010277. OLE color: 12010277.
HSL color Cylindrical-coordinate representation of color #2543B7: hue angle of 227.67º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2543B7 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 67 | 183 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.28 |
| HSL | 227.67º | 0.66% | 0.43% | - |
| HSV(B) | 227.67º | 0.8% | 0.72% | - |
| XYZ | 11.32 | 7.83 | 45.71 | - |
| YUV | 71.25 | 191.06 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 183 | 0.80 | 0.63 | 0 | 0.28 | 227.67 | 0.66 | 0.43 |
| Hex | 25 | 43 | B7 | 50 | 3F | 0 | 1C | E4 | 42 | 2B |
| Octal | 45 | 103 | 267 | 120 | 77 | 0 | 34 | 344 | 102 | 53 |
| Binary | 100101 | 1000011 | 10110111 | 1010000 | 111111 | 0 | 11100 | 11100100 | 1000010 | 101011 |
Color Harmonies of #2543B7
Complementary color
Monochromatic Colors of #2543B7
Black with #2543B7
Text Example
Text Example
White with #2543B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2543B7; }
p { color: rgb(37,67,183); }
H1.HeaderClassName
{
color: #2543B7;
}
.AnyTagClassName
{
color: #2543B7;
}
</style>
background-color css
<style>
a { background-color: #2543B7; }
a { background-color: rgb(37,67,183); }
div.DivClassName
{
background-color: #2543B7;
}
.BgClassName
{
background-color: #2543B7;
}
</style>
border-color css
<style>
span { border-color: #2543B7; }
span { border-color: rgb(37,67,183); }
td.TdClassName
{
border-color: #2543B7;
}
.TagClassName
{
border-color: #2543B7;
}
</style>