Shades of Persian Blue #313BBD
Tints of Persian Blue #313BBD
RGB
CMYK
RGB Variations
Color information
#313BBD (or 0x313BBD) is known color: Persian Blue. HEX triplet: 31, 3B and BD. RGB value is (49,59,189). Sum of RGB (Red+Green+Blue) = 49+59+189=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #313BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BBD is #CEC442. Grayscale: #464646. Windows color (decimal): -13550659 or 12401457. OLE color: 12401457.
HSL color Cylindrical-coordinate representation of color #313BBD: hue angle of 235.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313BBD is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 59 | 189 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.26 |
| HSL | 235.71º | 0.59% | 0.47% | - |
| HSV(B) | 235.71º | 0.74% | 0.74% | - |
| XYZ | 12.02 | 7.46 | 48.95 | - |
| YUV | 70.83 | 194.69 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 189 | 0.74 | 0.69 | 0 | 0.26 | 235.71 | 0.59 | 0.47 |
| Hex | 31 | 3B | BD | 4A | 45 | 0 | 1A | EC | 3B | 2F |
| Octal | 61 | 73 | 275 | 112 | 105 | 0 | 32 | 354 | 73 | 57 |
| Binary | 110001 | 111011 | 10111101 | 1001010 | 1000101 | 0 | 11010 | 11101100 | 111011 | 101111 |
Color Harmonies of #313BBD
Complementary color
Monochromatic Colors of #313BBD
Black with #313BBD
Text Example
Text Example
White with #313BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BBD; }
p { color: rgb(49,59,189); }
H1.HeaderClassName
{
color: #313BBD;
}
.AnyTagClassName
{
color: #313BBD;
}
</style>
background-color css
<style>
a { background-color: #313BBD; }
a { background-color: rgb(49,59,189); }
div.DivClassName
{
background-color: #313BBD;
}
.BgClassName
{
background-color: #313BBD;
}
</style>
border-color css
<style>
span { border-color: #313BBD; }
span { border-color: rgb(49,59,189); }
td.TdClassName
{
border-color: #313BBD;
}
.TagClassName
{
border-color: #313BBD;
}
</style>