Shades of Persian Blue #313EC2
Tints of Persian Blue #313EC2
RGB
CMYK
RGB Variations
Color information
#313EC2 (or 0x313EC2) is known color: Persian Blue. HEX triplet: 31, 3E and C2. RGB value is (49,62,194). Sum of RGB (Red+Green+Blue) = 49+62+194=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #313EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313EC2 is #CEC13D. Grayscale: #484848. Windows color (decimal): -13549886 or 12729905. OLE color: 12729905.
HSL color Cylindrical-coordinate representation of color #313EC2: hue angle of 234.62º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313EC2 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 62 | 194 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.24 |
| HSL | 234.62º | 0.6% | 0.48% | - |
| HSV(B) | 234.62º | 0.75% | 0.76% | - |
| XYZ | 12.73 | 7.99 | 51.91 | - |
| YUV | 73.16 | 196.19 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 194 | 0.75 | 0.68 | 0 | 0.24 | 234.62 | 0.6 | 0.48 |
| Hex | 31 | 3E | C2 | 4B | 44 | 0 | 18 | EB | 3C | 30 |
| Octal | 61 | 76 | 302 | 113 | 104 | 0 | 30 | 353 | 74 | 60 |
| Binary | 110001 | 111110 | 11000010 | 1001011 | 1000100 | 0 | 11000 | 11101011 | 111100 | 110000 |
Color Harmonies of #313EC2
Complementary color
Monochromatic Colors of #313EC2
Black with #313EC2
Text Example
Text Example
White with #313EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313EC2; }
p { color: rgb(49,62,194); }
H1.HeaderClassName
{
color: #313EC2;
}
.AnyTagClassName
{
color: #313EC2;
}
</style>
background-color css
<style>
a { background-color: #313EC2; }
a { background-color: rgb(49,62,194); }
div.DivClassName
{
background-color: #313EC2;
}
.BgClassName
{
background-color: #313EC2;
}
</style>
border-color css
<style>
span { border-color: #313EC2; }
span { border-color: rgb(49,62,194); }
td.TdClassName
{
border-color: #313EC2;
}
.TagClassName
{
border-color: #313EC2;
}
</style>