Shades of Persian Blue #073DC3
Tints of Persian Blue #073DC3
RGB
CMYK
RGB Variations
Color information
#073DC3 (or 0x073DC3) is known color: Persian Blue. HEX triplet: 07, 3D and C3. RGB value is (7,61,195). Sum of RGB (Red+Green+Blue) = 7+61+195=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 195 (76.56% from 255 or 74.14% from 263); Max value from RGB is 195 - color contains mainly: blue. Hex color #073DC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073DC3 is #F8C23C. Grayscale: #3B3B3B. Windows color (decimal): -16302653 or 12795143. OLE color: 12795143.
HSL color Cylindrical-coordinate representation of color #073DC3: hue angle of 222.77º 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 #073DC3 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 61 | 195 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.24 |
| HSL | 222.77º | 0.93% | 0.4% | - |
| HSV(B) | 222.77º | 0.96% | 0.76% | - |
| XYZ | 11.61 | 7.32 | 52.43 | - |
| YUV | 60.13 | 204.11 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 195 | 0.96 | 0.69 | 0 | 0.24 | 222.77 | 0.93 | 0.4 |
| Hex | 7 | 3D | C3 | 60 | 45 | 0 | 18 | DF | 5D | 28 |
| Octal | 7 | 75 | 303 | 140 | 105 | 0 | 30 | 337 | 135 | 50 |
| Binary | 111 | 111101 | 11000011 | 1100000 | 1000101 | 0 | 11000 | 11011111 | 1011101 | 101000 |
Color Harmonies of #073DC3
Complementary color
Monochromatic Colors of #073DC3
Black with #073DC3
Text Example
Text Example
White with #073DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073DC3; }
p { color: rgb(7,61,195); }
H1.HeaderClassName
{
color: #073DC3;
}
.AnyTagClassName
{
color: #073DC3;
}
</style>
background-color css
<style>
a { background-color: #073DC3; }
a { background-color: rgb(7,61,195); }
div.DivClassName
{
background-color: #073DC3;
}
.BgClassName
{
background-color: #073DC3;
}
</style>
border-color css
<style>
span { border-color: #073DC3; }
span { border-color: rgb(7,61,195); }
td.TdClassName
{
border-color: #073DC3;
}
.TagClassName
{
border-color: #073DC3;
}
</style>