Shades of Persian Blue #313DBF
Tints of Persian Blue #313DBF
RGB
CMYK
RGB Variations
Color information
#313DBF (or 0x313DBF) is known color: Persian Blue. HEX triplet: 31, 3D and BF. RGB value is (49,61,191). Sum of RGB (Red+Green+Blue) = 49+61+191=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #313DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DBF is #CEC240. Grayscale: #474747. Windows color (decimal): -13550145 or 12533041. OLE color: 12533041.
HSL color Cylindrical-coordinate representation of color #313DBF: hue angle of 234.93º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313DBF is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 61 | 191 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.25 |
| HSL | 234.93º | 0.59% | 0.47% | - |
| HSV(B) | 234.93º | 0.74% | 0.75% | - |
| XYZ | 12.34 | 7.75 | 50.14 | - |
| YUV | 72.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 191 | 0.74 | 0.68 | 0 | 0.25 | 234.93 | 0.59 | 0.47 |
| Hex | 31 | 3D | BF | 4A | 44 | 0 | 19 | EB | 3B | 2F |
| Octal | 61 | 75 | 277 | 112 | 104 | 0 | 31 | 353 | 73 | 57 |
| Binary | 110001 | 111101 | 10111111 | 1001010 | 1000100 | 0 | 11001 | 11101011 | 111011 | 101111 |
Color Harmonies of #313DBF
Complementary color
Monochromatic Colors of #313DBF
Black with #313DBF
Text Example
Text Example
White with #313DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DBF; }
p { color: rgb(49,61,191); }
H1.HeaderClassName
{
color: #313DBF;
}
.AnyTagClassName
{
color: #313DBF;
}
</style>
background-color css
<style>
a { background-color: #313DBF; }
a { background-color: rgb(49,61,191); }
div.DivClassName
{
background-color: #313DBF;
}
.BgClassName
{
background-color: #313DBF;
}
</style>
border-color css
<style>
span { border-color: #313DBF; }
span { border-color: rgb(49,61,191); }
td.TdClassName
{
border-color: #313DBF;
}
.TagClassName
{
border-color: #313DBF;
}
</style>