Shades of Persian Blue #2D25BD
Tints of Persian Blue #2D25BD
RGB
CMYK
RGB Variations
Color information
#2D25BD (or 0x2D25BD) is known color: Persian Blue. HEX triplet: 2D, 25 and BD. RGB value is (45,37,189). Sum of RGB (Red+Green+Blue) = 45+37+189=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D25BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D25BD is #D2DA42. Grayscale: #383838. Windows color (decimal): -13818435 or 12395821. OLE color: 12395821.
HSL color Cylindrical-coordinate representation of color #2D25BD: hue angle of 243.16º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D25BD is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 37 | 189 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.26 |
| HSL | 243.16º | 0.67% | 0.44% | - |
| HSV(B) | 243.16º | 0.8% | 0.74% | - |
| XYZ | 10.93 | 5.56 | 48.64 | - |
| YUV | 56.72 | 202.65 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 189 | 0.76 | 0.80 | 0 | 0.26 | 243.16 | 0.67 | 0.44 |
| Hex | 2D | 25 | BD | 4C | 50 | 0 | 1A | F3 | 43 | 2C |
| Octal | 55 | 45 | 275 | 114 | 120 | 0 | 32 | 363 | 103 | 54 |
| Binary | 101101 | 100101 | 10111101 | 1001100 | 1010000 | 0 | 11010 | 11110011 | 1000011 | 101100 |
Color Harmonies of #2D25BD
Complementary color
Monochromatic Colors of #2D25BD
Black with #2D25BD
Text Example
Text Example
White with #2D25BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D25BD; }
p { color: rgb(45,37,189); }
H1.HeaderClassName
{
color: #2D25BD;
}
.AnyTagClassName
{
color: #2D25BD;
}
</style>
background-color css
<style>
a { background-color: #2D25BD; }
a { background-color: rgb(45,37,189); }
div.DivClassName
{
background-color: #2D25BD;
}
.BgClassName
{
background-color: #2D25BD;
}
</style>
border-color css
<style>
span { border-color: #2D25BD; }
span { border-color: rgb(45,37,189); }
td.TdClassName
{
border-color: #2D25BD;
}
.TagClassName
{
border-color: #2D25BD;
}
</style>