Shades of Persian Blue #063BE4
Tints of Persian Blue #063BE4
RGB
CMYK
RGB Variations
Color information
#063BE4 (or 0x063BE4) is known color: Persian Blue. HEX triplet: 06, 3B and E4. RGB value is (6,59,228). Sum of RGB (Red+Green+Blue) = 6+59+228=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 228 (89.45% from 255 or 77.82% from 293); Max value from RGB is 228 - color contains mainly: blue. Hex color #063BE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BE4 is #F9C41B. Grayscale: #3D3D3D. Windows color (decimal): -16368668 or 14957318. OLE color: 14957318.
HSL color Cylindrical-coordinate representation of color #063BE4: hue angle of 225.68º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BE4 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 59 | 228 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.11 |
| HSL | 225.68º | 0.95% | 0.46% | - |
| HSV(B) | 225.68º | 0.97% | 0.89% | - |
| XYZ | 15.64 | 8.77 | 74.27 | - |
| YUV | 62.42 | 221.44 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 228 | 0.97 | 0.74 | 0 | 0.11 | 225.68 | 0.95 | 0.46 |
| Hex | 6 | 3B | E4 | 61 | 4A | 0 | B | E2 | 5F | 2E |
| Octal | 6 | 73 | 344 | 141 | 112 | 0 | 13 | 342 | 137 | 56 |
| Binary | 110 | 111011 | 11100100 | 1100001 | 1001010 | 0 | 1011 | 11100010 | 1011111 | 101110 |
Color Harmonies of #063BE4
Complementary color
Monochromatic Colors of #063BE4
Black with #063BE4
Text Example
Text Example
White with #063BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BE4; }
p { color: rgb(6,59,228); }
H1.HeaderClassName
{
color: #063BE4;
}
.AnyTagClassName
{
color: #063BE4;
}
</style>
background-color css
<style>
a { background-color: #063BE4; }
a { background-color: rgb(6,59,228); }
div.DivClassName
{
background-color: #063BE4;
}
.BgClassName
{
background-color: #063BE4;
}
</style>
border-color css
<style>
span { border-color: #063BE4; }
span { border-color: rgb(6,59,228); }
td.TdClassName
{
border-color: #063BE4;
}
.TagClassName
{
border-color: #063BE4;
}
</style>