Shades of Persian Blue #2538BA
Tints of Persian Blue #2538BA
RGB
CMYK
RGB Variations
Color information
#2538BA (or 0x2538BA) is known color: Persian Blue. HEX triplet: 25, 38 and BA. RGB value is (37,56,186). Sum of RGB (Red+Green+Blue) = 37+56+186=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #2538BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2538BA is #DAC745. Grayscale: #404040. Windows color (decimal): -14337862 or 12204069. OLE color: 12204069.
HSL color Cylindrical-coordinate representation of color #2538BA: hue angle of 232.35º 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 #2538BA is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 56 | 186 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.27 |
| HSL | 232.35º | 0.67% | 0.44% | - |
| HSV(B) | 232.35º | 0.8% | 0.73% | - |
| XYZ | 11.04 | 6.77 | 47.18 | - |
| YUV | 65.14 | 196.21 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 186 | 0.80 | 0.70 | 0 | 0.27 | 232.35 | 0.67 | 0.44 |
| Hex | 25 | 38 | BA | 50 | 46 | 0 | 1B | E8 | 43 | 2C |
| Octal | 45 | 70 | 272 | 120 | 106 | 0 | 33 | 350 | 103 | 54 |
| Binary | 100101 | 111000 | 10111010 | 1010000 | 1000110 | 0 | 11011 | 11101000 | 1000011 | 101100 |
Color Harmonies of #2538BA
Complementary color
Monochromatic Colors of #2538BA
Black with #2538BA
Text Example
Text Example
White with #2538BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2538BA; }
p { color: rgb(37,56,186); }
H1.HeaderClassName
{
color: #2538BA;
}
.AnyTagClassName
{
color: #2538BA;
}
</style>
background-color css
<style>
a { background-color: #2538BA; }
a { background-color: rgb(37,56,186); }
div.DivClassName
{
background-color: #2538BA;
}
.BgClassName
{
background-color: #2538BA;
}
</style>
border-color css
<style>
span { border-color: #2538BA; }
span { border-color: rgb(37,56,186); }
td.TdClassName
{
border-color: #2538BA;
}
.TagClassName
{
border-color: #2538BA;
}
</style>