Shades of Persian Blue #2538DA
Tints of Persian Blue #2538DA
RGB
CMYK
RGB Variations
Color information
#2538DA (or 0x2538DA) is known color: Persian Blue. HEX triplet: 25, 38 and DA. RGB value is (37,56,218). Sum of RGB (Red+Green+Blue) = 37+56+218=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #2538DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2538DA is #DAC725. Grayscale: #444444. Windows color (decimal): -14337830 or 14301221. OLE color: 14301221.
HSL color Cylindrical-coordinate representation of color #2538DA: hue angle of 233.7º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2538DA is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 56 | 218 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.15 |
| HSL | 233.7º | 0.71% | 0.5% | - |
| HSV(B) | 233.7º | 0.83% | 0.85% | - |
| XYZ | 14.83 | 8.28 | 67.15 | - |
| YUV | 68.79 | 212.21 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 218 | 0.83 | 0.74 | 0 | 0.15 | 233.7 | 0.71 | 0.5 |
| Hex | 25 | 38 | DA | 53 | 4A | 0 | F | EA | 47 | 32 |
| Octal | 45 | 70 | 332 | 123 | 112 | 0 | 17 | 352 | 107 | 62 |
| Binary | 100101 | 111000 | 11011010 | 1010011 | 1001010 | 0 | 1111 | 11101010 | 1000111 | 110010 |
Color Harmonies of #2538DA
Complementary color
Monochromatic Colors of #2538DA
Black with #2538DA
Text Example
Text Example
White with #2538DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2538DA; }
p { color: rgb(37,56,218); }
H1.HeaderClassName
{
color: #2538DA;
}
.AnyTagClassName
{
color: #2538DA;
}
</style>
background-color css
<style>
a { background-color: #2538DA; }
a { background-color: rgb(37,56,218); }
div.DivClassName
{
background-color: #2538DA;
}
.BgClassName
{
background-color: #2538DA;
}
</style>
border-color css
<style>
span { border-color: #2538DA; }
span { border-color: rgb(37,56,218); }
td.TdClassName
{
border-color: #2538DA;
}
.TagClassName
{
border-color: #2538DA;
}
</style>