Shades of Persian Blue #3831BC
Tints of Persian Blue #3831BC
RGB
CMYK
RGB Variations
Color information
#3831BC (or 0x3831BC) is known color: Persian Blue. HEX triplet: 38, 31 and BC. RGB value is (56,49,188). Sum of RGB (Red+Green+Blue) = 56+49+188=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #3831BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3831BC is #C7CE43. Grayscale: #424242. Windows color (decimal): -13094468 or 12333368. OLE color: 12333368.
HSL color Cylindrical-coordinate representation of color #3831BC: hue angle of 243.02º 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 #3831BC is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 49 | 188 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.26 |
| HSL | 243.02º | 0.59% | 0.46% | - |
| HSV(B) | 243.02º | 0.74% | 0.74% | - |
| XYZ | 11.81 | 6.67 | 48.24 | - |
| YUV | 66.94 | 196.32 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 188 | 0.70 | 0.74 | 0 | 0.26 | 243.02 | 0.59 | 0.46 |
| Hex | 38 | 31 | BC | 46 | 4A | 0 | 1A | F3 | 3B | 2E |
| Octal | 70 | 61 | 274 | 106 | 112 | 0 | 32 | 363 | 73 | 56 |
| Binary | 111000 | 110001 | 10111100 | 1000110 | 1001010 | 0 | 11010 | 11110011 | 111011 | 101110 |
Color Harmonies of #3831BC
Complementary color
Monochromatic Colors of #3831BC
Black with #3831BC
Text Example
Text Example
White with #3831BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3831BC; }
p { color: rgb(56,49,188); }
H1.HeaderClassName
{
color: #3831BC;
}
.AnyTagClassName
{
color: #3831BC;
}
</style>
background-color css
<style>
a { background-color: #3831BC; }
a { background-color: rgb(56,49,188); }
div.DivClassName
{
background-color: #3831BC;
}
.BgClassName
{
background-color: #3831BC;
}
</style>
border-color css
<style>
span { border-color: #3831BC; }
span { border-color: rgb(56,49,188); }
td.TdClassName
{
border-color: #3831BC;
}
.TagClassName
{
border-color: #3831BC;
}
</style>