Shades of Persian Blue #033ACF
Tints of Persian Blue #033ACF
RGB
CMYK
RGB Variations
Color information
#033ACF (or 0x033ACF) is known color: Persian Blue. HEX triplet: 03, 3A and CF. RGB value is (3,58,207). Sum of RGB (Red+Green+Blue) = 3+58+207=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #033ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ACF is #FCC530. Grayscale: #393939. Windows color (decimal): -16565553 or 13580803. OLE color: 13580803.
HSL color Cylindrical-coordinate representation of color #033ACF: hue angle of 223.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033ACF is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 58 | 207 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.19 |
| HSL | 223.82º | 0.97% | 0.41% | - |
| HSV(B) | 223.82º | 0.99% | 0.81% | - |
| XYZ | 12.81 | 7.55 | 59.81 | - |
| YUV | 58.54 | 211.78 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 207 | 0.99 | 0.72 | 0 | 0.19 | 223.82 | 0.97 | 0.41 |
| Hex | 3 | 3A | CF | 63 | 48 | 0 | 13 | E0 | 61 | 29 |
| Octal | 3 | 72 | 317 | 143 | 110 | 0 | 23 | 340 | 141 | 51 |
| Binary | 11 | 111010 | 11001111 | 1100011 | 1001000 | 0 | 10011 | 11100000 | 1100001 | 101001 |
Color Harmonies of #033ACF
Complementary color
Monochromatic Colors of #033ACF
Black with #033ACF
Text Example
Text Example
White with #033ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033ACF; }
p { color: rgb(3,58,207); }
H1.HeaderClassName
{
color: #033ACF;
}
.AnyTagClassName
{
color: #033ACF;
}
</style>
background-color css
<style>
a { background-color: #033ACF; }
a { background-color: rgb(3,58,207); }
div.DivClassName
{
background-color: #033ACF;
}
.BgClassName
{
background-color: #033ACF;
}
</style>
border-color css
<style>
span { border-color: #033ACF; }
span { border-color: rgb(3,58,207); }
td.TdClassName
{
border-color: #033ACF;
}
.TagClassName
{
border-color: #033ACF;
}
</style>