Shades of Persian Blue #0636DE
Tints of Persian Blue #0636DE
RGB
CMYK
RGB Variations
Color information
#0636DE (or 0x0636DE) is known color: Persian Blue. HEX triplet: 06, 36 and DE. RGB value is (6,54,222). Sum of RGB (Red+Green+Blue) = 6+54+222=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 222 (87.11% from 255 or 78.72% from 282); Max value from RGB is 222 - color contains mainly: blue. Hex color #0636DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0636DE is #F9C921. Grayscale: #3A3A3A. Windows color (decimal): -16369954 or 14562822. OLE color: 14562822.
HSL color Cylindrical-coordinate representation of color #0636DE: hue angle of 226.67º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0636DE is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 54 | 222 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.13 |
| HSL | 226.67º | 0.95% | 0.45% | - |
| HSV(B) | 226.67º | 0.97% | 0.87% | - |
| XYZ | 14.58 | 7.95 | 69.87 | - |
| YUV | 58.8 | 220.1 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 222 | 0.97 | 0.76 | 0 | 0.13 | 226.67 | 0.95 | 0.45 |
| Hex | 6 | 36 | DE | 61 | 4C | 0 | D | E3 | 5F | 2D |
| Octal | 6 | 66 | 336 | 141 | 114 | 0 | 15 | 343 | 137 | 55 |
| Binary | 110 | 110110 | 11011110 | 1100001 | 1001100 | 0 | 1101 | 11100011 | 1011111 | 101101 |
Color Harmonies of #0636DE
Complementary color
Monochromatic Colors of #0636DE
Black with #0636DE
Text Example
Text Example
White with #0636DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0636DE; }
p { color: rgb(6,54,222); }
H1.HeaderClassName
{
color: #0636DE;
}
.AnyTagClassName
{
color: #0636DE;
}
</style>
background-color css
<style>
a { background-color: #0636DE; }
a { background-color: rgb(6,54,222); }
div.DivClassName
{
background-color: #0636DE;
}
.BgClassName
{
background-color: #0636DE;
}
</style>
border-color css
<style>
span { border-color: #0636DE; }
span { border-color: rgb(6,54,222); }
td.TdClassName
{
border-color: #0636DE;
}
.TagClassName
{
border-color: #0636DE;
}
</style>