Shades of Persian Blue #3D2DCB
Tints of Persian Blue #3D2DCB
RGB
CMYK
RGB Variations
Color information
#3D2DCB (or 0x3D2DCB) is known color: Persian Blue. HEX triplet: 3D, 2D and CB. RGB value is (61,45,203). Sum of RGB (Red+Green+Blue) = 61+45+203=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D2DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2DCB is #C2D234. Grayscale: #434343. Windows color (decimal): -12767797 or 13315389. OLE color: 13315389.
HSL color Cylindrical-coordinate representation of color #3D2DCB: hue angle of 246.08º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D2DCB is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 45 | 203 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.20 |
| HSL | 246.08º | 0.64% | 0.49% | - |
| HSV(B) | 246.08º | 0.78% | 0.8% | - |
| XYZ | 13.64 | 7.18 | 57.17 | - |
| YUV | 67.8 | 204.3 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 45 | 203 | 0.70 | 0.78 | 0 | 0.20 | 246.08 | 0.64 | 0.49 |
| Hex | 3D | 2D | CB | 46 | 4E | 0 | 14 | F6 | 40 | 31 |
| Octal | 75 | 55 | 313 | 106 | 116 | 0 | 24 | 366 | 100 | 61 |
| Binary | 111101 | 101101 | 11001011 | 1000110 | 1001110 | 0 | 10100 | 11110110 | 1000000 | 110001 |
Color Harmonies of #3D2DCB
Complementary color
Monochromatic Colors of #3D2DCB
Black with #3D2DCB
Text Example
Text Example
White with #3D2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2DCB; }
p { color: rgb(61,45,203); }
H1.HeaderClassName
{
color: #3D2DCB;
}
.AnyTagClassName
{
color: #3D2DCB;
}
</style>
background-color css
<style>
a { background-color: #3D2DCB; }
a { background-color: rgb(61,45,203); }
div.DivClassName
{
background-color: #3D2DCB;
}
.BgClassName
{
background-color: #3D2DCB;
}
</style>
border-color css
<style>
span { border-color: #3D2DCB; }
span { border-color: rgb(61,45,203); }
td.TdClassName
{
border-color: #3D2DCB;
}
.TagClassName
{
border-color: #3D2DCB;
}
</style>