Shades of Persian Blue #313FCB
Tints of Persian Blue #313FCB
RGB
CMYK
RGB Variations
Color information
#313FCB (or 0x313FCB) is known color: Persian Blue. HEX triplet: 31, 3F and CB. RGB value is (49,63,203). Sum of RGB (Red+Green+Blue) = 49+63+203=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #313FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FCB is #CEC034. Grayscale: #4A4A4A. Windows color (decimal): -13549621 or 13319985. OLE color: 13319985.
HSL color Cylindrical-coordinate representation of color #313FCB: hue angle of 234.55º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313FCB is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 63 | 203 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.20 |
| HSL | 234.55º | 0.61% | 0.49% | - |
| HSV(B) | 234.55º | 0.76% | 0.8% | - |
| XYZ | 13.82 | 8.52 | 57.42 | - |
| YUV | 74.77 | 200.36 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 203 | 0.76 | 0.69 | 0 | 0.20 | 234.55 | 0.61 | 0.49 |
| Hex | 31 | 3F | CB | 4C | 45 | 0 | 14 | EB | 3D | 31 |
| Octal | 61 | 77 | 313 | 114 | 105 | 0 | 24 | 353 | 75 | 61 |
| Binary | 110001 | 111111 | 11001011 | 1001100 | 1000101 | 0 | 10100 | 11101011 | 111101 | 110001 |
Color Harmonies of #313FCB
Complementary color
Monochromatic Colors of #313FCB
Black with #313FCB
Text Example
Text Example
White with #313FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FCB; }
p { color: rgb(49,63,203); }
H1.HeaderClassName
{
color: #313FCB;
}
.AnyTagClassName
{
color: #313FCB;
}
</style>
background-color css
<style>
a { background-color: #313FCB; }
a { background-color: rgb(49,63,203); }
div.DivClassName
{
background-color: #313FCB;
}
.BgClassName
{
background-color: #313FCB;
}
</style>
border-color css
<style>
span { border-color: #313FCB; }
span { border-color: rgb(49,63,203); }
td.TdClassName
{
border-color: #313FCB;
}
.TagClassName
{
border-color: #313FCB;
}
</style>