Shades of Persian Blue #2543B6
Tints of Persian Blue #2543B6
RGB
CMYK
RGB Variations
Color information
#2543B6 (or 0x2543B6) is known color: Persian Blue. HEX triplet: 25, 43 and B6. RGB value is (37,67,182). Sum of RGB (Red+Green+Blue) = 37+67+182=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 182 (71.48% from 255 or 63.64% from 286); Max value from RGB is 182 - color contains mainly: blue. Hex color #2543B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2543B6 is #DABC49. Grayscale: #464646. Windows color (decimal): -14335050 or 11944741. OLE color: 11944741.
HSL color Cylindrical-coordinate representation of color #2543B6: hue angle of 227.59º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2543B6 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 67 | 182 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.29 |
| HSL | 227.59º | 0.66% | 0.43% | - |
| HSV(B) | 227.59º | 0.8% | 0.71% | - |
| XYZ | 11.21 | 7.79 | 45.17 | - |
| YUV | 71.14 | 190.56 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 182 | 0.80 | 0.63 | 0 | 0.29 | 227.59 | 0.66 | 0.43 |
| Hex | 25 | 43 | B6 | 50 | 3F | 0 | 1D | E4 | 42 | 2B |
| Octal | 45 | 103 | 266 | 120 | 77 | 0 | 35 | 344 | 102 | 53 |
| Binary | 100101 | 1000011 | 10110110 | 1010000 | 111111 | 0 | 11101 | 11100100 | 1000010 | 101011 |
Color Harmonies of #2543B6
Complementary color
Monochromatic Colors of #2543B6
Black with #2543B6
Text Example
Text Example
White with #2543B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2543B6; }
p { color: rgb(37,67,182); }
H1.HeaderClassName
{
color: #2543B6;
}
.AnyTagClassName
{
color: #2543B6;
}
</style>
background-color css
<style>
a { background-color: #2543B6; }
a { background-color: rgb(37,67,182); }
div.DivClassName
{
background-color: #2543B6;
}
.BgClassName
{
background-color: #2543B6;
}
</style>
border-color css
<style>
span { border-color: #2543B6; }
span { border-color: rgb(37,67,182); }
td.TdClassName
{
border-color: #2543B6;
}
.TagClassName
{
border-color: #2543B6;
}
</style>