Shades of Persian Blue #2D2DBC
Tints of Persian Blue #2D2DBC
RGB
CMYK
RGB Variations
Color information
#2D2DBC (or 0x2D2DBC) is known color: Persian Blue. HEX triplet: 2D, 2D and BC. RGB value is (45,45,188). Sum of RGB (Red+Green+Blue) = 45+45+188=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D2DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2DBC is #D2D243. Grayscale: #3C3C3C. Windows color (decimal): -13816388 or 12332333. OLE color: 12332333.
HSL color Cylindrical-coordinate representation of color #2D2DBC: hue angle of 240º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D2DBC is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 45 | 188 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.26 |
| HSL | 240º | 0.61% | 0.46% | - |
| HSV(B) | 240º | 0.76% | 0.74% | - |
| XYZ | 11.1 | 6.07 | 48.16 | - |
| YUV | 61.3 | 199.5 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 45 | 188 | 0.76 | 0.76 | 0 | 0.26 | 240 | 0.61 | 0.46 |
| Hex | 2D | 2D | BC | 4C | 4C | 0 | 1A | F0 | 3D | 2E |
| Octal | 55 | 55 | 274 | 114 | 114 | 0 | 32 | 360 | 75 | 56 |
| Binary | 101101 | 101101 | 10111100 | 1001100 | 1001100 | 0 | 11010 | 11110000 | 111101 | 101110 |
Color Harmonies of #2D2DBC
Complementary color
Monochromatic Colors of #2D2DBC
Black with #2D2DBC
Text Example
Text Example
White with #2D2DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2DBC; }
p { color: rgb(45,45,188); }
H1.HeaderClassName
{
color: #2D2DBC;
}
.AnyTagClassName
{
color: #2D2DBC;
}
</style>
background-color css
<style>
a { background-color: #2D2DBC; }
a { background-color: rgb(45,45,188); }
div.DivClassName
{
background-color: #2D2DBC;
}
.BgClassName
{
background-color: #2D2DBC;
}
</style>
border-color css
<style>
span { border-color: #2D2DBC; }
span { border-color: rgb(45,45,188); }
td.TdClassName
{
border-color: #2D2DBC;
}
.TagClassName
{
border-color: #2D2DBC;
}
</style>