Shades of Persian Blue #2D2CBB
Tints of Persian Blue #2D2CBB
RGB
CMYK
RGB Variations
Color information
#2D2CBB (or 0x2D2CBB) is known color: Persian Blue. HEX triplet: 2D, 2C and BB. RGB value is (45,44,187). Sum of RGB (Red+Green+Blue) = 45+44+187=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D2CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2CBB is #D2D344. Grayscale: #3C3C3C. Windows color (decimal): -13816645 or 12266541. OLE color: 12266541.
HSL color Cylindrical-coordinate representation of color #2D2CBB: hue angle of 240.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D2CBB is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 44 | 187 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.27 |
| HSL | 240.42º | 0.62% | 0.45% | - |
| HSV(B) | 240.42º | 0.76% | 0.73% | - |
| XYZ | 10.95 | 5.95 | 47.58 | - |
| YUV | 60.6 | 199.33 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 44 | 187 | 0.76 | 0.76 | 0 | 0.27 | 240.42 | 0.62 | 0.45 |
| Hex | 2D | 2C | BB | 4C | 4C | 0 | 1B | F0 | 3E | 2D |
| Octal | 55 | 54 | 273 | 114 | 114 | 0 | 33 | 360 | 76 | 55 |
| Binary | 101101 | 101100 | 10111011 | 1001100 | 1001100 | 0 | 11011 | 11110000 | 111110 | 101101 |
Color Harmonies of #2D2CBB
Complementary color
Monochromatic Colors of #2D2CBB
Black with #2D2CBB
Text Example
Text Example
White with #2D2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2CBB; }
p { color: rgb(45,44,187); }
H1.HeaderClassName
{
color: #2D2CBB;
}
.AnyTagClassName
{
color: #2D2CBB;
}
</style>
background-color css
<style>
a { background-color: #2D2CBB; }
a { background-color: rgb(45,44,187); }
div.DivClassName
{
background-color: #2D2CBB;
}
.BgClassName
{
background-color: #2D2CBB;
}
</style>
border-color css
<style>
span { border-color: #2D2CBB; }
span { border-color: rgb(45,44,187); }
td.TdClassName
{
border-color: #2D2CBB;
}
.TagClassName
{
border-color: #2D2CBB;
}
</style>