Shades of Persian Blue #2D25CB
Tints of Persian Blue #2D25CB
RGB
CMYK
RGB Variations
Color information
#2D25CB (or 0x2D25CB) is known color: Persian Blue. HEX triplet: 2D, 25 and CB. RGB value is (45,37,203). Sum of RGB (Red+Green+Blue) = 45+37+203=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #2D25CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D25CB is #D2DA34. Grayscale: #393939. Windows color (decimal): -13818421 or 13313325. OLE color: 13313325.
HSL color Cylindrical-coordinate representation of color #2D25CB: hue angle of 242.89º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D25CB is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 37 | 203 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.20 |
| HSL | 242.89º | 0.69% | 0.47% | - |
| HSV(B) | 242.89º | 0.82% | 0.8% | - |
| XYZ | 12.52 | 6.19 | 57.04 | - |
| YUV | 58.32 | 209.65 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 203 | 0.78 | 0.82 | 0 | 0.20 | 242.89 | 0.69 | 0.47 |
| Hex | 2D | 25 | CB | 4E | 52 | 0 | 14 | F3 | 45 | 2F |
| Octal | 55 | 45 | 313 | 116 | 122 | 0 | 24 | 363 | 105 | 57 |
| Binary | 101101 | 100101 | 11001011 | 1001110 | 1010010 | 0 | 10100 | 11110011 | 1000101 | 101111 |
Color Harmonies of #2D25CB
Complementary color
Monochromatic Colors of #2D25CB
Black with #2D25CB
Text Example
Text Example
White with #2D25CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D25CB; }
p { color: rgb(45,37,203); }
H1.HeaderClassName
{
color: #2D25CB;
}
.AnyTagClassName
{
color: #2D25CB;
}
</style>
background-color css
<style>
a { background-color: #2D25CB; }
a { background-color: rgb(45,37,203); }
div.DivClassName
{
background-color: #2D25CB;
}
.BgClassName
{
background-color: #2D25CB;
}
</style>
border-color css
<style>
span { border-color: #2D25CB; }
span { border-color: rgb(45,37,203); }
td.TdClassName
{
border-color: #2D25CB;
}
.TagClassName
{
border-color: #2D25CB;
}
</style>