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