Shades of Persian Blue #3631CF
Tints of Persian Blue #3631CF
RGB
CMYK
RGB Variations
Color information
#3631CF (or 0x3631CF) is known color: Persian Blue. HEX triplet: 36, 31 and CF. RGB value is (54,49,207). Sum of RGB (Red+Green+Blue) = 54+49+207=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #3631CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3631CF is #C9CE30. Grayscale: #434343. Windows color (decimal): -13225521 or 13578550. OLE color: 13578550.
HSL color Cylindrical-coordinate representation of color #3631CF: hue angle of 241.9º 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 #3631CF is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 49 | 207 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.19 |
| HSL | 241.9º | 0.62% | 0.5% | - |
| HSV(B) | 241.9º | 0.76% | 0.81% | - |
| XYZ | 13.88 | 7.49 | 59.74 | - |
| YUV | 68.51 | 206.16 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 207 | 0.74 | 0.76 | 0 | 0.19 | 241.9 | 0.62 | 0.5 |
| Hex | 36 | 31 | CF | 4A | 4C | 0 | 13 | F2 | 3E | 32 |
| Octal | 66 | 61 | 317 | 112 | 114 | 0 | 23 | 362 | 76 | 62 |
| Binary | 110110 | 110001 | 11001111 | 1001010 | 1001100 | 0 | 10011 | 11110010 | 111110 | 110010 |
Color Harmonies of #3631CF
Complementary color
Monochromatic Colors of #3631CF
Black with #3631CF
Text Example
Text Example
White with #3631CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3631CF; }
p { color: rgb(54,49,207); }
H1.HeaderClassName
{
color: #3631CF;
}
.AnyTagClassName
{
color: #3631CF;
}
</style>
background-color css
<style>
a { background-color: #3631CF; }
a { background-color: rgb(54,49,207); }
div.DivClassName
{
background-color: #3631CF;
}
.BgClassName
{
background-color: #3631CF;
}
</style>
border-color css
<style>
span { border-color: #3631CF; }
span { border-color: rgb(54,49,207); }
td.TdClassName
{
border-color: #3631CF;
}
.TagClassName
{
border-color: #3631CF;
}
</style>