Shades of Persian Blue #3133BC
Tints of Persian Blue #3133BC
RGB
CMYK
RGB Variations
Color information
#3133BC (or 0x3133BC) is known color: Persian Blue. HEX triplet: 31, 33 and BC. RGB value is (49,51,188). Sum of RGB (Red+Green+Blue) = 49+51+188=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #3133BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3133BC is #CECC43. Grayscale: #414141. Windows color (decimal): -13552708 or 12333873. OLE color: 12333873.
HSL color Cylindrical-coordinate representation of color #3133BC: hue angle of 239.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3133BC is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 51 | 188 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.26 |
| HSL | 239.14º | 0.59% | 0.46% | - |
| HSV(B) | 239.14º | 0.74% | 0.74% | - |
| XYZ | 11.53 | 6.65 | 48.25 | - |
| YUV | 66.02 | 196.84 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 188 | 0.74 | 0.73 | 0 | 0.26 | 239.14 | 0.59 | 0.46 |
| Hex | 31 | 33 | BC | 4A | 49 | 0 | 1A | EF | 3B | 2E |
| Octal | 61 | 63 | 274 | 112 | 111 | 0 | 32 | 357 | 73 | 56 |
| Binary | 110001 | 110011 | 10111100 | 1001010 | 1001001 | 0 | 11010 | 11101111 | 111011 | 101110 |
Color Harmonies of #3133BC
Complementary color
Monochromatic Colors of #3133BC
Black with #3133BC
Text Example
Text Example
White with #3133BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3133BC; }
p { color: rgb(49,51,188); }
H1.HeaderClassName
{
color: #3133BC;
}
.AnyTagClassName
{
color: #3133BC;
}
</style>
background-color css
<style>
a { background-color: #3133BC; }
a { background-color: rgb(49,51,188); }
div.DivClassName
{
background-color: #3133BC;
}
.BgClassName
{
background-color: #3133BC;
}
</style>
border-color css
<style>
span { border-color: #3133BC; }
span { border-color: rgb(49,51,188); }
td.TdClassName
{
border-color: #3133BC;
}
.TagClassName
{
border-color: #3133BC;
}
</style>