Shades of Persian Blue #2525B4
Tints of Persian Blue #2525B4
RGB
CMYK
RGB Variations
Color information
#2525B4 (or 0x2525B4) is known color: Persian Blue. HEX triplet: 25, 25 and B4. RGB value is (37,37,180). Sum of RGB (Red+Green+Blue) = 37+37+180=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 180 (70.70% from 255 or 70.87% from 254); Max value from RGB is 180 - color contains mainly: blue. Hex color #2525B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2525B4 is #DADA4B. Grayscale: #343434. Windows color (decimal): -14342732 or 11805989. OLE color: 11805989.
HSL color Cylindrical-coordinate representation of color #2525B4: hue angle of 240º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2525B4 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 37 | 180 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.29 |
| HSL | 240º | 0.66% | 0.43% | - |
| HSV(B) | 240º | 0.79% | 0.71% | - |
| XYZ | 9.66 | 5.01 | 43.64 | - |
| YUV | 53.3 | 199.5 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 180 | 0.79 | 0.79 | 0 | 0.29 | 240 | 0.66 | 0.43 |
| Hex | 25 | 25 | B4 | 4F | 4F | 0 | 1D | F0 | 42 | 2B |
| Octal | 45 | 45 | 264 | 117 | 117 | 0 | 35 | 360 | 102 | 53 |
| Binary | 100101 | 100101 | 10110100 | 1001111 | 1001111 | 0 | 11101 | 11110000 | 1000010 | 101011 |
Color Harmonies of #2525B4
Complementary color
Monochromatic Colors of #2525B4
Black with #2525B4
Text Example
Text Example
White with #2525B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2525B4; }
p { color: rgb(37,37,180); }
H1.HeaderClassName
{
color: #2525B4;
}
.AnyTagClassName
{
color: #2525B4;
}
</style>
background-color css
<style>
a { background-color: #2525B4; }
a { background-color: rgb(37,37,180); }
div.DivClassName
{
background-color: #2525B4;
}
.BgClassName
{
background-color: #2525B4;
}
</style>
border-color css
<style>
span { border-color: #2525B4; }
span { border-color: rgb(37,37,180); }
td.TdClassName
{
border-color: #2525B4;
}
.TagClassName
{
border-color: #2525B4;
}
</style>