Shades of Persian Blue #053DF3
Tints of Persian Blue #053DF3
RGB
CMYK
RGB Variations
Color information
#053DF3 (or 0x053DF3) is known color: Persian Blue. HEX triplet: 05, 3D and F3. RGB value is (5,61,243). Sum of RGB (Red+Green+Blue) = 5+61+243=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 243 (95.31% from 255 or 78.64% from 309); Max value from RGB is 243 - color contains mainly: blue. Hex color #053DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053DF3 is #FAC20C. Grayscale: #404040. Windows color (decimal): -16433677 or 15940869. OLE color: 15940869.
HSL color Cylindrical-coordinate representation of color #053DF3: hue angle of 225.88º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053DF3 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 61 | 243 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.05 |
| HSL | 225.88º | 0.96% | 0.49% | - |
| HSV(B) | 225.88º | 0.98% | 0.95% | - |
| XYZ | 17.91 | 9.84 | 85.75 | - |
| YUV | 65 | 228.45 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 243 | 0.98 | 0.75 | 0 | 0.05 | 225.88 | 0.96 | 0.49 |
| Hex | 5 | 3D | F3 | 62 | 4B | 0 | 5 | E2 | 60 | 31 |
| Octal | 5 | 75 | 363 | 142 | 113 | 0 | 5 | 342 | 140 | 61 |
| Binary | 101 | 111101 | 11110011 | 1100010 | 1001011 | 0 | 101 | 11100010 | 1100000 | 110001 |
Color Harmonies of #053DF3
Complementary color
Monochromatic Colors of #053DF3
Black with #053DF3
Text Example
Text Example
White with #053DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DF3; }
p { color: rgb(5,61,243); }
H1.HeaderClassName
{
color: #053DF3;
}
.AnyTagClassName
{
color: #053DF3;
}
</style>
background-color css
<style>
a { background-color: #053DF3; }
a { background-color: rgb(5,61,243); }
div.DivClassName
{
background-color: #053DF3;
}
.BgClassName
{
background-color: #053DF3;
}
</style>
border-color css
<style>
span { border-color: #053DF3; }
span { border-color: rgb(5,61,243); }
td.TdClassName
{
border-color: #053DF3;
}
.TagClassName
{
border-color: #053DF3;
}
</style>