Shades of Persian Blue #073CC3
Tints of Persian Blue #073CC3
RGB
CMYK
RGB Variations
Color information
#073CC3 (or 0x073CC3) is known color: Persian Blue. HEX triplet: 07, 3C and C3. RGB value is (7,60,195). Sum of RGB (Red+Green+Blue) = 7+60+195=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 195 (76.56% from 255 or 74.43% from 262); Max value from RGB is 195 - color contains mainly: blue. Hex color #073CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073CC3 is #F8C33C. Grayscale: #3A3A3A. Windows color (decimal): -16302909 or 12794887. OLE color: 12794887.
HSL color Cylindrical-coordinate representation of color #073CC3: hue angle of 223.09º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073CC3 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 60 | 195 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.24 |
| HSL | 223.09º | 0.93% | 0.4% | - |
| HSV(B) | 223.09º | 0.96% | 0.76% | - |
| XYZ | 11.55 | 7.22 | 52.41 | - |
| YUV | 59.54 | 204.44 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 195 | 0.96 | 0.69 | 0 | 0.24 | 223.09 | 0.93 | 0.4 |
| Hex | 7 | 3C | C3 | 60 | 45 | 0 | 18 | DF | 5D | 28 |
| Octal | 7 | 74 | 303 | 140 | 105 | 0 | 30 | 337 | 135 | 50 |
| Binary | 111 | 111100 | 11000011 | 1100000 | 1000101 | 0 | 11000 | 11011111 | 1011101 | 101000 |
Color Harmonies of #073CC3
Complementary color
Monochromatic Colors of #073CC3
Black with #073CC3
Text Example
Text Example
White with #073CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073CC3; }
p { color: rgb(7,60,195); }
H1.HeaderClassName
{
color: #073CC3;
}
.AnyTagClassName
{
color: #073CC3;
}
</style>
background-color css
<style>
a { background-color: #073CC3; }
a { background-color: rgb(7,60,195); }
div.DivClassName
{
background-color: #073CC3;
}
.BgClassName
{
background-color: #073CC3;
}
</style>
border-color css
<style>
span { border-color: #073CC3; }
span { border-color: rgb(7,60,195); }
td.TdClassName
{
border-color: #073CC3;
}
.TagClassName
{
border-color: #073CC3;
}
</style>