Shades of Persian Blue #313CCE
Tints of Persian Blue #313CCE
RGB
CMYK
RGB Variations
Color information
#313CCE (or 0x313CCE) is known color: Persian Blue. HEX triplet: 31, 3C and CE. RGB value is (49,60,206). Sum of RGB (Red+Green+Blue) = 49+60+206=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #313CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313CCE is #CEC331. Grayscale: #484848. Windows color (decimal): -13550386 or 13515825. OLE color: 13515825.
HSL color Cylindrical-coordinate representation of color #313CCE: hue angle of 235.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313CCE is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 60 | 206 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.19 |
| HSL | 235.8º | 0.62% | 0.5% | - |
| HSV(B) | 235.8º | 0.76% | 0.81% | - |
| XYZ | 14.02 | 8.34 | 59.26 | - |
| YUV | 73.36 | 202.86 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 206 | 0.76 | 0.71 | 0 | 0.19 | 235.8 | 0.62 | 0.5 |
| Hex | 31 | 3C | CE | 4C | 47 | 0 | 13 | EC | 3E | 32 |
| Octal | 61 | 74 | 316 | 114 | 107 | 0 | 23 | 354 | 76 | 62 |
| Binary | 110001 | 111100 | 11001110 | 1001100 | 1000111 | 0 | 10011 | 11101100 | 111110 | 110010 |
Color Harmonies of #313CCE
Complementary color
Monochromatic Colors of #313CCE
Black with #313CCE
Text Example
Text Example
White with #313CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313CCE; }
p { color: rgb(49,60,206); }
H1.HeaderClassName
{
color: #313CCE;
}
.AnyTagClassName
{
color: #313CCE;
}
</style>
background-color css
<style>
a { background-color: #313CCE; }
a { background-color: rgb(49,60,206); }
div.DivClassName
{
background-color: #313CCE;
}
.BgClassName
{
background-color: #313CCE;
}
</style>
border-color css
<style>
span { border-color: #313CCE; }
span { border-color: rgb(49,60,206); }
td.TdClassName
{
border-color: #313CCE;
}
.TagClassName
{
border-color: #313CCE;
}
</style>