Shades of Persian Blue #3639C0
Tints of Persian Blue #3639C0
RGB
CMYK
RGB Variations
Color information
#3639C0 (or 0x3639C0) is known color: Persian Blue. HEX triplet: 36, 39 and C0. RGB value is (54,57,192). Sum of RGB (Red+Green+Blue) = 54+57+192=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #3639C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3639C0 is #C9C63F. Grayscale: #464646. Windows color (decimal): -13223488 or 12597558. OLE color: 12597558.
HSL color Cylindrical-coordinate representation of color #3639C0: hue angle of 238.7º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3639C0 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 57 | 192 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.25 |
| HSL | 238.7º | 0.56% | 0.48% | - |
| HSV(B) | 238.7º | 0.72% | 0.75% | - |
| XYZ | 12.5 | 7.52 | 50.66 | - |
| YUV | 71.49 | 196.01 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 192 | 0.72 | 0.70 | 0 | 0.25 | 238.7 | 0.56 | 0.48 |
| Hex | 36 | 39 | C0 | 48 | 46 | 0 | 19 | EF | 38 | 30 |
| Octal | 66 | 71 | 300 | 110 | 106 | 0 | 31 | 357 | 70 | 60 |
| Binary | 110110 | 111001 | 11000000 | 1001000 | 1000110 | 0 | 11001 | 11101111 | 111000 | 110000 |
Color Harmonies of #3639C0
Complementary color
Monochromatic Colors of #3639C0
Black with #3639C0
Text Example
Text Example
White with #3639C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3639C0; }
p { color: rgb(54,57,192); }
H1.HeaderClassName
{
color: #3639C0;
}
.AnyTagClassName
{
color: #3639C0;
}
</style>
background-color css
<style>
a { background-color: #3639C0; }
a { background-color: rgb(54,57,192); }
div.DivClassName
{
background-color: #3639C0;
}
.BgClassName
{
background-color: #3639C0;
}
</style>
border-color css
<style>
span { border-color: #3639C0; }
span { border-color: rgb(54,57,192); }
td.TdClassName
{
border-color: #3639C0;
}
.TagClassName
{
border-color: #3639C0;
}
</style>