Shades of Persian Blue #2D33BF
Tints of Persian Blue #2D33BF
RGB
CMYK
RGB Variations
Color information
#2D33BF (or 0x2D33BF) is known color: Persian Blue. HEX triplet: 2D, 33 and BF. RGB value is (45,51,191). Sum of RGB (Red+Green+Blue) = 45+51+191=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D33BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D33BF is #D2CC40. Grayscale: #404040. Windows color (decimal): -13814849 or 12530477. OLE color: 12530477.
HSL color Cylindrical-coordinate representation of color #2D33BF: hue angle of 237.53º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D33BF is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 51 | 191 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.25 |
| HSL | 237.53º | 0.62% | 0.46% | - |
| HSV(B) | 237.53º | 0.76% | 0.75% | - |
| XYZ | 11.67 | 6.69 | 49.97 | - |
| YUV | 65.17 | 199.01 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 191 | 0.76 | 0.73 | 0 | 0.25 | 237.53 | 0.62 | 0.46 |
| Hex | 2D | 33 | BF | 4C | 49 | 0 | 19 | EE | 3E | 2E |
| Octal | 55 | 63 | 277 | 114 | 111 | 0 | 31 | 356 | 76 | 56 |
| Binary | 101101 | 110011 | 10111111 | 1001100 | 1001001 | 0 | 11001 | 11101110 | 111110 | 101110 |
Color Harmonies of #2D33BF
Complementary color
Monochromatic Colors of #2D33BF
Black with #2D33BF
Text Example
Text Example
White with #2D33BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D33BF; }
p { color: rgb(45,51,191); }
H1.HeaderClassName
{
color: #2D33BF;
}
.AnyTagClassName
{
color: #2D33BF;
}
</style>
background-color css
<style>
a { background-color: #2D33BF; }
a { background-color: rgb(45,51,191); }
div.DivClassName
{
background-color: #2D33BF;
}
.BgClassName
{
background-color: #2D33BF;
}
</style>
border-color css
<style>
span { border-color: #2D33BF; }
span { border-color: rgb(45,51,191); }
td.TdClassName
{
border-color: #2D33BF;
}
.TagClassName
{
border-color: #2D33BF;
}
</style>