Shades of Persian Blue #3638AC
Tints of Persian Blue #3638AC
RGB
CMYK
RGB Variations
Color information
#3638AC (or 0x3638AC) is known color: Persian Blue. HEX triplet: 36, 38 and AC. RGB value is (54,56,172). Sum of RGB (Red+Green+Blue) = 54+56+172=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #3638AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3638AC is #C9C753. Grayscale: #444444. Windows color (decimal): -13223764 or 11286582. OLE color: 11286582.
HSL color Cylindrical-coordinate representation of color #3638AC: hue angle of 238.98º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3638AC is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 56 | 172 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.33 |
| HSL | 238.98º | 0.52% | 0.44% | - |
| HSV(B) | 238.98º | 0.69% | 0.67% | - |
| XYZ | 10.38 | 6.59 | 39.75 | - |
| YUV | 68.63 | 186.34 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 172 | 0.69 | 0.67 | 0 | 0.33 | 238.98 | 0.52 | 0.44 |
| Hex | 36 | 38 | AC | 45 | 43 | 0 | 21 | EF | 34 | 2C |
| Octal | 66 | 70 | 254 | 105 | 103 | 0 | 41 | 357 | 64 | 54 |
| Binary | 110110 | 111000 | 10101100 | 1000101 | 1000011 | 0 | 100001 | 11101111 | 110100 | 101100 |
Color Harmonies of #3638AC
Complementary color
Monochromatic Colors of #3638AC
Black with #3638AC
Text Example
Text Example
White with #3638AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3638AC; }
p { color: rgb(54,56,172); }
H1.HeaderClassName
{
color: #3638AC;
}
.AnyTagClassName
{
color: #3638AC;
}
</style>
background-color css
<style>
a { background-color: #3638AC; }
a { background-color: rgb(54,56,172); }
div.DivClassName
{
background-color: #3638AC;
}
.BgClassName
{
background-color: #3638AC;
}
</style>
border-color css
<style>
span { border-color: #3638AC; }
span { border-color: rgb(54,56,172); }
td.TdClassName
{
border-color: #3638AC;
}
.TagClassName
{
border-color: #3638AC;
}
</style>