Shades of Persian Blue #2D2BBD
Tints of Persian Blue #2D2BBD
RGB
CMYK
RGB Variations
Color information
#2D2BBD (or 0x2D2BBD) is known color: Persian Blue. HEX triplet: 2D, 2B and BD. RGB value is (45,43,189). Sum of RGB (Red+Green+Blue) = 45+43+189=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D2BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2BBD is #D2D442. Grayscale: #3B3B3B. Windows color (decimal): -13816899 or 12397357. OLE color: 12397357.
HSL color Cylindrical-coordinate representation of color #2D2BBD: hue angle of 240.82º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D2BBD is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 43 | 189 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.26 |
| HSL | 240.82º | 0.63% | 0.45% | - |
| HSV(B) | 240.82º | 0.77% | 0.74% | - |
| XYZ | 11.13 | 5.96 | 48.71 | - |
| YUV | 60.24 | 200.66 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 189 | 0.76 | 0.77 | 0 | 0.26 | 240.82 | 0.63 | 0.45 |
| Hex | 2D | 2B | BD | 4C | 4D | 0 | 1A | F1 | 3F | 2D |
| Octal | 55 | 53 | 275 | 114 | 115 | 0 | 32 | 361 | 77 | 55 |
| Binary | 101101 | 101011 | 10111101 | 1001100 | 1001101 | 0 | 11010 | 11110001 | 111111 | 101101 |
Color Harmonies of #2D2BBD
Complementary color
Monochromatic Colors of #2D2BBD
Black with #2D2BBD
Text Example
Text Example
White with #2D2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2BBD; }
p { color: rgb(45,43,189); }
H1.HeaderClassName
{
color: #2D2BBD;
}
.AnyTagClassName
{
color: #2D2BBD;
}
</style>
background-color css
<style>
a { background-color: #2D2BBD; }
a { background-color: rgb(45,43,189); }
div.DivClassName
{
background-color: #2D2BBD;
}
.BgClassName
{
background-color: #2D2BBD;
}
</style>
border-color css
<style>
span { border-color: #2D2BBD; }
span { border-color: rgb(45,43,189); }
td.TdClassName
{
border-color: #2D2BBD;
}
.TagClassName
{
border-color: #2D2BBD;
}
</style>