Shades of Persian Blue #313BB8
Tints of Persian Blue #313BB8
RGB
CMYK
RGB Variations
Color information
#313BB8 (or 0x313BB8) is known color: Persian Blue. HEX triplet: 31, 3B and B8. RGB value is (49,59,184). Sum of RGB (Red+Green+Blue) = 49+59+184=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 184 (72.27% from 255 or 63.01% from 292); Max value from RGB is 184 - color contains mainly: blue. Hex color #313BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BB8 is #CEC447. Grayscale: #454545. Windows color (decimal): -13550664 or 12073777. OLE color: 12073777.
HSL color Cylindrical-coordinate representation of color #313BB8: hue angle of 235.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #313BB8 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 59 | 184 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.28 |
| HSL | 235.56º | 0.58% | 0.46% | - |
| HSV(B) | 235.56º | 0.73% | 0.72% | - |
| XYZ | 11.48 | 7.24 | 46.14 | - |
| YUV | 70.26 | 192.19 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 184 | 0.73 | 0.68 | 0 | 0.28 | 235.56 | 0.58 | 0.46 |
| Hex | 31 | 3B | B8 | 49 | 44 | 0 | 1C | EC | 3A | 2E |
| Octal | 61 | 73 | 270 | 111 | 104 | 0 | 34 | 354 | 72 | 56 |
| Binary | 110001 | 111011 | 10111000 | 1001001 | 1000100 | 0 | 11100 | 11101100 | 111010 | 101110 |
Color Harmonies of #313BB8
Complementary color
Monochromatic Colors of #313BB8
Black with #313BB8
Text Example
Text Example
White with #313BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BB8; }
p { color: rgb(49,59,184); }
H1.HeaderClassName
{
color: #313BB8;
}
.AnyTagClassName
{
color: #313BB8;
}
</style>
background-color css
<style>
a { background-color: #313BB8; }
a { background-color: rgb(49,59,184); }
div.DivClassName
{
background-color: #313BB8;
}
.BgClassName
{
background-color: #313BB8;
}
</style>
border-color css
<style>
span { border-color: #313BB8; }
span { border-color: rgb(49,59,184); }
td.TdClassName
{
border-color: #313BB8;
}
.TagClassName
{
border-color: #313BB8;
}
</style>