Shades of Persian Blue #0638EC
Tints of Persian Blue #0638EC
RGB
CMYK
RGB Variations
Color information
#0638EC (or 0x0638EC) is known color: Persian Blue. HEX triplet: 06, 38 and EC. RGB value is (6,56,236). Sum of RGB (Red+Green+Blue) = 6+56+236=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 236 (92.58% from 255 or 79.19% from 298); Max value from RGB is 236 - color contains mainly: blue. Hex color #0638EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0638EC is #F9C713. Grayscale: #3C3C3C. Windows color (decimal): -16369428 or 15480838. OLE color: 15480838.
HSL color Cylindrical-coordinate representation of color #0638EC: hue angle of 226.96º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0638EC is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 56 | 236 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.07 |
| HSL | 226.96º | 0.95% | 0.47% | - |
| HSV(B) | 226.96º | 0.97% | 0.93% | - |
| XYZ | 16.63 | 8.92 | 80.2 | - |
| YUV | 61.57 | 226.44 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 236 | 0.97 | 0.76 | 0 | 0.07 | 226.96 | 0.95 | 0.47 |
| Hex | 6 | 38 | EC | 61 | 4C | 0 | 7 | E3 | 5F | 2F |
| Octal | 6 | 70 | 354 | 141 | 114 | 0 | 7 | 343 | 137 | 57 |
| Binary | 110 | 111000 | 11101100 | 1100001 | 1001100 | 0 | 111 | 11100011 | 1011111 | 101111 |
Color Harmonies of #0638EC
Complementary color
Monochromatic Colors of #0638EC
Black with #0638EC
Text Example
Text Example
White with #0638EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0638EC; }
p { color: rgb(6,56,236); }
H1.HeaderClassName
{
color: #0638EC;
}
.AnyTagClassName
{
color: #0638EC;
}
</style>
background-color css
<style>
a { background-color: #0638EC; }
a { background-color: rgb(6,56,236); }
div.DivClassName
{
background-color: #0638EC;
}
.BgClassName
{
background-color: #0638EC;
}
</style>
border-color css
<style>
span { border-color: #0638EC; }
span { border-color: rgb(6,56,236); }
td.TdClassName
{
border-color: #0638EC;
}
.TagClassName
{
border-color: #0638EC;
}
</style>