Shades of Persian Blue #313DB0
Tints of Persian Blue #313DB0
RGB
CMYK
RGB Variations
Color information
#313DB0 (or 0x313DB0) is known color: Persian Blue. HEX triplet: 31, 3D and B0. RGB value is (49,61,176). Sum of RGB (Red+Green+Blue) = 49+61+176=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 176 (69.14% from 255 or 61.54% from 286); Max value from RGB is 176 - color contains mainly: blue. Hex color #313DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313DB0 is #CEC24F. Grayscale: #464646. Windows color (decimal): -13550160 or 11550001. OLE color: 11550001.
HSL color Cylindrical-coordinate representation of color #313DB0: hue angle of 234.33º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313DB0 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 61 | 176 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.31 |
| HSL | 234.33º | 0.56% | 0.44% | - |
| HSV(B) | 234.33º | 0.72% | 0.69% | - |
| XYZ | 10.77 | 7.13 | 41.88 | - |
| YUV | 70.52 | 187.52 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 176 | 0.72 | 0.65 | 0 | 0.31 | 234.33 | 0.56 | 0.44 |
| Hex | 31 | 3D | B0 | 48 | 41 | 0 | 1F | EA | 38 | 2C |
| Octal | 61 | 75 | 260 | 110 | 101 | 0 | 37 | 352 | 70 | 54 |
| Binary | 110001 | 111101 | 10110000 | 1001000 | 1000001 | 0 | 11111 | 11101010 | 111000 | 101100 |
Color Harmonies of #313DB0
Complementary color
Monochromatic Colors of #313DB0
Black with #313DB0
Text Example
Text Example
White with #313DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DB0; }
p { color: rgb(49,61,176); }
H1.HeaderClassName
{
color: #313DB0;
}
.AnyTagClassName
{
color: #313DB0;
}
</style>
background-color css
<style>
a { background-color: #313DB0; }
a { background-color: rgb(49,61,176); }
div.DivClassName
{
background-color: #313DB0;
}
.BgClassName
{
background-color: #313DB0;
}
</style>
border-color css
<style>
span { border-color: #313DB0; }
span { border-color: rgb(49,61,176); }
td.TdClassName
{
border-color: #313DB0;
}
.TagClassName
{
border-color: #313DB0;
}
</style>