Shades of Persian Blue #252BED
Tints of Persian Blue #252BED
RGB
CMYK
RGB Variations
Color information
#252BED (or 0x252BED) is known color: Persian Blue. HEX triplet: 25, 2B and ED. RGB value is (37,43,237). Sum of RGB (Red+Green+Blue) = 37+43+237=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #252BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252BED is #DAD412. Grayscale: #3E3E3E. Windows color (decimal): -14341139 or 15543077. OLE color: 15543077.
HSL color Cylindrical-coordinate representation of color #252BED: hue angle of 238.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252BED is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 43 | 237 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.07 |
| HSL | 238.2º | 0.85% | 0.54% | - |
| HSV(B) | 238.2º | 0.84% | 0.93% | - |
| XYZ | 16.91 | 8.24 | 80.82 | - |
| YUV | 63.32 | 226.01 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 237 | 0.84 | 0.82 | 0 | 0.07 | 238.2 | 0.85 | 0.54 |
| Hex | 25 | 2B | ED | 54 | 52 | 0 | 7 | EE | 55 | 36 |
| Octal | 45 | 53 | 355 | 124 | 122 | 0 | 7 | 356 | 125 | 66 |
| Binary | 100101 | 101011 | 11101101 | 1010100 | 1010010 | 0 | 111 | 11101110 | 1010101 | 110110 |
Color Harmonies of #252BED
Complementary color
Monochromatic Colors of #252BED
Black with #252BED
Text Example
Text Example
White with #252BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252BED; }
p { color: rgb(37,43,237); }
H1.HeaderClassName
{
color: #252BED;
}
.AnyTagClassName
{
color: #252BED;
}
</style>
background-color css
<style>
a { background-color: #252BED; }
a { background-color: rgb(37,43,237); }
div.DivClassName
{
background-color: #252BED;
}
.BgClassName
{
background-color: #252BED;
}
</style>
border-color css
<style>
span { border-color: #252BED; }
span { border-color: rgb(37,43,237); }
td.TdClassName
{
border-color: #252BED;
}
.TagClassName
{
border-color: #252BED;
}
</style>