Shades of Persian Blue #062EC3
Tints of Persian Blue #062EC3
RGB
CMYK
RGB Variations
Color information
#062EC3 (or 0x062EC3) is known color: Persian Blue. HEX triplet: 06, 2E and C3. RGB value is (6,46,195). Sum of RGB (Red+Green+Blue) = 6+46+195=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 195 (76.56% from 255 or 78.95% from 247); Max value from RGB is 195 - color contains mainly: blue. Hex color #062EC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062EC3 is #F9D13C. Grayscale: #323232. Windows color (decimal): -16372029 or 12791302. OLE color: 12791302.
HSL color Cylindrical-coordinate representation of color #062EC3: hue angle of 227.3º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062EC3 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 46 | 195 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.24 |
| HSL | 227.3º | 0.94% | 0.39% | - |
| HSV(B) | 227.3º | 0.97% | 0.76% | - |
| XYZ | 10.9 | 5.93 | 52.2 | - |
| YUV | 51.03 | 209.25 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 195 | 0.97 | 0.76 | 0 | 0.24 | 227.3 | 0.94 | 0.39 |
| Hex | 6 | 2E | C3 | 61 | 4C | 0 | 18 | E3 | 5E | 27 |
| Octal | 6 | 56 | 303 | 141 | 114 | 0 | 30 | 343 | 136 | 47 |
| Binary | 110 | 101110 | 11000011 | 1100001 | 1001100 | 0 | 11000 | 11100011 | 1011110 | 100111 |
Color Harmonies of #062EC3
Complementary color
Monochromatic Colors of #062EC3
Black with #062EC3
Text Example
Text Example
White with #062EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062EC3; }
p { color: rgb(6,46,195); }
H1.HeaderClassName
{
color: #062EC3;
}
.AnyTagClassName
{
color: #062EC3;
}
</style>
background-color css
<style>
a { background-color: #062EC3; }
a { background-color: rgb(6,46,195); }
div.DivClassName
{
background-color: #062EC3;
}
.BgClassName
{
background-color: #062EC3;
}
</style>
border-color css
<style>
span { border-color: #062EC3; }
span { border-color: rgb(6,46,195); }
td.TdClassName
{
border-color: #062EC3;
}
.TagClassName
{
border-color: #062EC3;
}
</style>