Shades of Persian Blue #3635C1
Tints of Persian Blue #3635C1
RGB
CMYK
RGB Variations
Color information
#3635C1 (or 0x3635C1) is known color: Persian Blue. HEX triplet: 36, 35 and C1. RGB value is (54,53,193). Sum of RGB (Red+Green+Blue) = 54+53+193=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #3635C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3635C1 is #C9CA3E. Grayscale: #444444. Windows color (decimal): -13224511 or 12662070. OLE color: 12662070.
HSL color Cylindrical-coordinate representation of color #3635C1: hue angle of 240.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3635C1 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 53 | 193 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.24 |
| HSL | 240.43º | 0.57% | 0.48% | - |
| HSV(B) | 240.43º | 0.73% | 0.76% | - |
| XYZ | 12.42 | 7.18 | 51.18 | - |
| YUV | 69.26 | 197.83 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 193 | 0.72 | 0.73 | 0 | 0.24 | 240.43 | 0.57 | 0.48 |
| Hex | 36 | 35 | C1 | 48 | 49 | 0 | 18 | F0 | 39 | 30 |
| Octal | 66 | 65 | 301 | 110 | 111 | 0 | 30 | 360 | 71 | 60 |
| Binary | 110110 | 110101 | 11000001 | 1001000 | 1001001 | 0 | 11000 | 11110000 | 111001 | 110000 |
Color Harmonies of #3635C1
Complementary color
Monochromatic Colors of #3635C1
Black with #3635C1
Text Example
Text Example
White with #3635C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3635C1; }
p { color: rgb(54,53,193); }
H1.HeaderClassName
{
color: #3635C1;
}
.AnyTagClassName
{
color: #3635C1;
}
</style>
background-color css
<style>
a { background-color: #3635C1; }
a { background-color: rgb(54,53,193); }
div.DivClassName
{
background-color: #3635C1;
}
.BgClassName
{
background-color: #3635C1;
}
</style>
border-color css
<style>
span { border-color: #3635C1; }
span { border-color: rgb(54,53,193); }
td.TdClassName
{
border-color: #3635C1;
}
.TagClassName
{
border-color: #3635C1;
}
</style>