Shades of Persian Blue #313BCB
Tints of Persian Blue #313BCB
RGB
CMYK
RGB Variations
Color information
#313BCB (or 0x313BCB) is known color: Persian Blue. HEX triplet: 31, 3B and CB. RGB value is (49,59,203). Sum of RGB (Red+Green+Blue) = 49+59+203=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #313BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BCB is #CEC434. Grayscale: #474747. Windows color (decimal): -13550645 or 13318961. OLE color: 13318961.
HSL color Cylindrical-coordinate representation of color #313BCB: hue angle of 236.1º 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 #313BCB is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 59 | 203 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.20 |
| HSL | 236.1º | 0.61% | 0.49% | - |
| HSV(B) | 236.1º | 0.76% | 0.8% | - |
| XYZ | 13.61 | 8.09 | 57.34 | - |
| YUV | 72.43 | 201.69 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 203 | 0.76 | 0.71 | 0 | 0.20 | 236.1 | 0.61 | 0.49 |
| Hex | 31 | 3B | CB | 4C | 47 | 0 | 14 | EC | 3D | 31 |
| Octal | 61 | 73 | 313 | 114 | 107 | 0 | 24 | 354 | 75 | 61 |
| Binary | 110001 | 111011 | 11001011 | 1001100 | 1000111 | 0 | 10100 | 11101100 | 111101 | 110001 |
Color Harmonies of #313BCB
Complementary color
Monochromatic Colors of #313BCB
Black with #313BCB
Text Example
Text Example
White with #313BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BCB; }
p { color: rgb(49,59,203); }
H1.HeaderClassName
{
color: #313BCB;
}
.AnyTagClassName
{
color: #313BCB;
}
</style>
background-color css
<style>
a { background-color: #313BCB; }
a { background-color: rgb(49,59,203); }
div.DivClassName
{
background-color: #313BCB;
}
.BgClassName
{
background-color: #313BCB;
}
</style>
border-color css
<style>
span { border-color: #313BCB; }
span { border-color: rgb(49,59,203); }
td.TdClassName
{
border-color: #313BCB;
}
.TagClassName
{
border-color: #313BCB;
}
</style>