Shades of Persian Blue #3638CC
Tints of Persian Blue #3638CC
RGB
CMYK
RGB Variations
Color information
#3638CC (or 0x3638CC) is known color: Persian Blue. HEX triplet: 36, 38 and CC. RGB value is (54,56,204). Sum of RGB (Red+Green+Blue) = 54+56+204=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #3638CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3638CC is #C9C733. Grayscale: #474747. Windows color (decimal): -13223732 or 13383734. OLE color: 13383734.
HSL color Cylindrical-coordinate representation of color #3638CC: hue angle of 239.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3638CC is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 56 | 204 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.2 |
| HSL | 239.2º | 0.6% | 0.51% | - |
| HSV(B) | 239.2º | 0.74% | 0.8% | - |
| XYZ | 13.83 | 7.97 | 57.94 | - |
| YUV | 72.27 | 202.34 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 204 | 0.74 | 0.73 | 0 | 0.2 | 239.2 | 0.6 | 0.51 |
| Hex | 36 | 38 | CC | 4A | 49 | 0 | 14 | EF | 3C | 33 |
| Octal | 66 | 70 | 314 | 112 | 111 | 0 | 24 | 357 | 74 | 63 |
| Binary | 110110 | 111000 | 11001100 | 1001010 | 1001001 | 0 | 10100 | 11101111 | 111100 | 110011 |
Color Harmonies of #3638CC
Complementary color
Monochromatic Colors of #3638CC
Black with #3638CC
Text Example
Text Example
White with #3638CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3638CC; }
p { color: rgb(54,56,204); }
H1.HeaderClassName
{
color: #3638CC;
}
.AnyTagClassName
{
color: #3638CC;
}
</style>
background-color css
<style>
a { background-color: #3638CC; }
a { background-color: rgb(54,56,204); }
div.DivClassName
{
background-color: #3638CC;
}
.BgClassName
{
background-color: #3638CC;
}
</style>
border-color css
<style>
span { border-color: #3638CC; }
span { border-color: rgb(54,56,204); }
td.TdClassName
{
border-color: #3638CC;
}
.TagClassName
{
border-color: #3638CC;
}
</style>