Shades of Persian Blue #313DC3
Tints of Persian Blue #313DC3
RGB
CMYK
RGB Variations
Color information
#313DC3 (or 0x313DC3) is known color: Persian Blue. HEX triplet: 31, 3D and C3. RGB value is (49,61,195). Sum of RGB (Red+Green+Blue) = 49+61+195=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 195 (76.56% from 255 or 63.93% from 305); Max value from RGB is 195 - color contains mainly: blue. Hex color #313DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DC3 is #CEC23C. Grayscale: #484848. Windows color (decimal): -13550141 or 12795185. OLE color: 12795185.
HSL color Cylindrical-coordinate representation of color #313DC3: hue angle of 235.07º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313DC3 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 61 | 195 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.24 |
| HSL | 235.07º | 0.6% | 0.48% | - |
| HSV(B) | 235.07º | 0.75% | 0.76% | - |
| XYZ | 12.79 | 7.93 | 52.49 | - |
| YUV | 72.69 | 197.02 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 195 | 0.75 | 0.69 | 0 | 0.24 | 235.07 | 0.6 | 0.48 |
| Hex | 31 | 3D | C3 | 4B | 45 | 0 | 18 | EB | 3C | 30 |
| Octal | 61 | 75 | 303 | 113 | 105 | 0 | 30 | 353 | 74 | 60 |
| Binary | 110001 | 111101 | 11000011 | 1001011 | 1000101 | 0 | 11000 | 11101011 | 111100 | 110000 |
Color Harmonies of #313DC3
Complementary color
Monochromatic Colors of #313DC3
Black with #313DC3
Text Example
Text Example
White with #313DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DC3; }
p { color: rgb(49,61,195); }
H1.HeaderClassName
{
color: #313DC3;
}
.AnyTagClassName
{
color: #313DC3;
}
</style>
background-color css
<style>
a { background-color: #313DC3; }
a { background-color: rgb(49,61,195); }
div.DivClassName
{
background-color: #313DC3;
}
.BgClassName
{
background-color: #313DC3;
}
</style>
border-color css
<style>
span { border-color: #313DC3; }
span { border-color: rgb(49,61,195); }
td.TdClassName
{
border-color: #313DC3;
}
.TagClassName
{
border-color: #313DC3;
}
</style>