Shades of Persian Blue #3630C7
Tints of Persian Blue #3630C7
RGB
CMYK
RGB Variations
Color information
#3630C7 (or 0x3630C7) is known color: Persian Blue. HEX triplet: 36, 30 and C7. RGB value is (54,48,199). Sum of RGB (Red+Green+Blue) = 54+48+199=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 199 (78.12% from 255 or 66.11% from 301); Max value from RGB is 199 - color contains mainly: blue. Hex color #3630C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3630C7 is #C9CF38. Grayscale: #424242. Windows color (decimal): -13225785 or 13054006. OLE color: 13054006.
HSL color Cylindrical-coordinate representation of color #3630C7: hue angle of 242.38º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3630C7 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 48 | 199 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.22 |
| HSL | 242.38º | 0.61% | 0.48% | - |
| HSV(B) | 242.38º | 0.76% | 0.78% | - |
| XYZ | 12.89 | 7.02 | 54.71 | - |
| YUV | 67.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 199 | 0.73 | 0.76 | 0 | 0.22 | 242.38 | 0.61 | 0.48 |
| Hex | 36 | 30 | C7 | 49 | 4C | 0 | 16 | F2 | 3D | 30 |
| Octal | 66 | 60 | 307 | 111 | 114 | 0 | 26 | 362 | 75 | 60 |
| Binary | 110110 | 110000 | 11000111 | 1001001 | 1001100 | 0 | 10110 | 11110010 | 111101 | 110000 |
Color Harmonies of #3630C7
Complementary color
Monochromatic Colors of #3630C7
Black with #3630C7
Text Example
Text Example
White with #3630C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3630C7; }
p { color: rgb(54,48,199); }
H1.HeaderClassName
{
color: #3630C7;
}
.AnyTagClassName
{
color: #3630C7;
}
</style>
background-color css
<style>
a { background-color: #3630C7; }
a { background-color: rgb(54,48,199); }
div.DivClassName
{
background-color: #3630C7;
}
.BgClassName
{
background-color: #3630C7;
}
</style>
border-color css
<style>
span { border-color: #3630C7; }
span { border-color: rgb(54,48,199); }
td.TdClassName
{
border-color: #3630C7;
}
.TagClassName
{
border-color: #3630C7;
}
</style>