Shades of Persian Blue #062CE3
Tints of Persian Blue #062CE3
RGB
CMYK
RGB Variations
Color information
#062CE3 (or 0x062CE3) is known color: Persian Blue. HEX triplet: 06, 2C and E3. RGB value is (6,44,227). Sum of RGB (Red+Green+Blue) = 6+44+227=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 227 (89.06% from 255 or 81.95% from 277); Max value from RGB is 227 - color contains mainly: blue. Hex color #062CE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062CE3 is #F9D31C. Grayscale: #343434. Windows color (decimal): -16372509 or 14887942. OLE color: 14887942.
HSL color Cylindrical-coordinate representation of color #062CE3: hue angle of 229.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 #062CE3 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 44 | 227 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.11 |
| HSL | 229.68º | 0.95% | 0.46% | - |
| HSV(B) | 229.68º | 0.97% | 0.89% | - |
| XYZ | 14.84 | 7.39 | 73.32 | - |
| YUV | 53.5 | 225.91 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 227 | 0.97 | 0.81 | 0 | 0.11 | 229.68 | 0.95 | 0.46 |
| Hex | 6 | 2C | E3 | 61 | 51 | 0 | B | E6 | 5F | 2E |
| Octal | 6 | 54 | 343 | 141 | 121 | 0 | 13 | 346 | 137 | 56 |
| Binary | 110 | 101100 | 11100011 | 1100001 | 1010001 | 0 | 1011 | 11100110 | 1011111 | 101110 |
Color Harmonies of #062CE3
Complementary color
Monochromatic Colors of #062CE3
Black with #062CE3
Text Example
Text Example
White with #062CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062CE3; }
p { color: rgb(6,44,227); }
H1.HeaderClassName
{
color: #062CE3;
}
.AnyTagClassName
{
color: #062CE3;
}
</style>
background-color css
<style>
a { background-color: #062CE3; }
a { background-color: rgb(6,44,227); }
div.DivClassName
{
background-color: #062CE3;
}
.BgClassName
{
background-color: #062CE3;
}
</style>
border-color css
<style>
span { border-color: #062CE3; }
span { border-color: rgb(6,44,227); }
td.TdClassName
{
border-color: #062CE3;
}
.TagClassName
{
border-color: #062CE3;
}
</style>